diff --git a/assets/cmbminigames/models/cosmetic/gd_head.json b/assets/cmbminigames/models/cosmetic/gd_head.json new file mode 100644 index 0000000..49b4894 --- /dev/null +++ b/assets/cmbminigames/models/cosmetic/gd_head.json @@ -0,0 +1,42 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [64, 64], + "textures": { + "0": "cmbminigames:block/cosmetic/gd_head/texture", + "1": "block/yellow_concrete", + "particle": "cmbminigames:block/cosmetic/gd_head/texture" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 4, 4.5], "texture": "#0"}, + "east": {"uv": [4, 0, 8, 4.5], "texture": "#0"}, + "south": {"uv": [0, 4.5, 4, 9], "texture": "#0"}, + "west": {"uv": [4, 4.5, 8, 9], "texture": "#0"}, + "up": {"uv": [12, 4, 8, 0], "texture": "#0"}, + "down": {"uv": [12, 4, 8, 8], "texture": "#0"} + } + }, + { + "from": [17, -1, -1], + "to": [-1, 17, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [45, -1, -1]}, + "faces": { + "north": {"uv": [0, 0, 4.5, 4.5], "texture": "#1"}, + "east": {"uv": [0, 4.5, 4.5, 9], "texture": "#1"}, + "south": {"uv": [4.5, 0, 9, 4.5], "texture": "#1"}, + "west": {"uv": [4.5, 4.5, 9, 9], "texture": "#1"}, + "up": {"uv": [4.5, 13.5, 0, 9], "texture": "#1"}, + "down": {"uv": [13.5, 0, 9, 4.5], "texture": "#1"} + } + } + ], + "display": { + "gui": { + "rotation": [11, 24, 0], + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/assets/cmbminigames/models/item/rocket_launcher.json b/assets/cmbminigames/models/item/rocket_launcher.json index 76e2754..980e3f4 100644 --- a/assets/cmbminigames/models/item/rocket_launcher.json +++ b/assets/cmbminigames/models/item/rocket_launcher.json @@ -1,12 +1,12 @@ { "credit": "Made with Blockbench", "textures": { - "0": "cmbminigames:block/rl_1", - "1": "cmbminigames:block/rl_2", - "2": "cmbminigames:block/rl_3", - "3": "cmbminigames:block/rl_4", + "0": "cmbminigames:block/minigame/rocket/rl_1", + "1": "cmbminigames:block/minigame/rocket/rl_2", + "2": "cmbminigames:block/minigame/rocket/rl_3", + "3": "cmbminigames:block/minigame/rocket/rl_4", "4": "block/black_concrete", - "particle": "cmbminigames:block/rl_1" + "particle": "cmbminigames:block/minigame/rocket/rl_1" }, "elements": [ { diff --git a/assets/cmbminigames/models/item/star_shower.json b/assets/cmbminigames/models/item/star_shower.json index 62f09a8..e543550 100644 --- a/assets/cmbminigames/models/item/star_shower.json +++ b/assets/cmbminigames/models/item/star_shower.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "cmbminigames:item/star_shower" + "layer0": "cmbminigames:item/star_shower2" } } \ No newline at end of file diff --git a/assets/cmbminigames/textures/block/cosmetic/gd_head/texture.png b/assets/cmbminigames/textures/block/cosmetic/gd_head/texture.png new file mode 100644 index 0000000..7718a3c Binary files /dev/null and b/assets/cmbminigames/textures/block/cosmetic/gd_head/texture.png differ diff --git a/assets/minecraft/models/item/leather_horse_armor.json b/assets/minecraft/models/item/leather_horse_armor.json index 4523c62..e534cfd 100644 --- a/assets/minecraft/models/item/leather_horse_armor.json +++ b/assets/minecraft/models/item/leather_horse_armor.json @@ -27,6 +27,12 @@ "custom_model_data": 4 }, "model": "cmbminigames:cosmetic/cat_ears" + }, + { + "predicate":{ + "custom_model_data": 5 + }, + "model": "cmbminigames:cosmetic/gd_head" } ] } \ No newline at end of file