Skip to content

Commit

Permalink
gd head cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
29cmb committed Nov 26, 2024
1 parent bb4f776 commit cbc6314
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
42 changes: 42 additions & 0 deletions assets/cmbminigames/models/cosmetic/gd_head.json
Original file line number Diff line number Diff line change
@@ -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]
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/leather_horse_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"custom_model_data": 3
},
"model": "cmbminigames:cosmetic/crane_head"
},
{
"predicate":{
"custom_model_data": 5
},
"model": "cmbminigames:cosmetic/gd_head"
}
]
}

0 comments on commit cbc6314

Please sign in to comment.