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/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 49c6be1..3b36403 100644 --- a/assets/minecraft/models/item/leather_horse_armor.json +++ b/assets/minecraft/models/item/leather_horse_armor.json @@ -21,6 +21,12 @@ "custom_model_data": 3 }, "model": "cmbminigames:cosmetic/crane_head" + }, + { + "predicate":{ + "custom_model_data": 5 + }, + "model": "cmbminigames:cosmetic/gd_head" } ] } \ No newline at end of file