Skip to content

Commit

Permalink
added breeze head
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Dec 1, 2023
1 parent 6863e94 commit 648f82b
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions builtin/mobheads/models/item/breeze.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"credit": "Made with Blockbench",
"parent": "mobheads:item/base/head_display",
"texture_size": [32, 32],
"textures": {
"0": "minecraft:entity/breeze/breeze"
},
"elements": [
{
"from": [4, 4, 4],
"to": [12, 12, 12],
"faces": {
"north": {"uv": [4, 4, 8, 8], "texture": "#0"},
"east": {"uv": [0, 4, 4, 8], "texture": "#0"},
"south": {"uv": [12, 4, 16, 8], "texture": "#0"},
"west": {"uv": [8, 4, 12, 8], "texture": "#0"},
"up": {"uv": [4, 0, 8, 4], "rotation": 180, "texture": "#0"},
"down": {"uv": [8, 0, 12, 4], "texture": "#0"}
}
},
{
"from": [4, 5, 4],
"to": [12, 6, 5],
"shade": false,
"faces": {
"north": {"uv": [4, 8.5, 8, 9], "texture": "#0"},
"east": {"uv": [3.5, 8.5, 4, 9], "texture": "#0"},
"south": {"uv": [12, 4, 16, 4.5], "texture": "#0"},
"west": {"uv": [8, 8.5, 8.5, 9], "texture": "#0"},
"up": {"uv": [4, 8, 8, 8.5], "rotation": 180, "texture": "#0"},
"down": {"uv": [8, 8, 12, 8.5], "texture": "#0"}
}
},
{
"from": [3, 6, 3.75],
"to": [13, 9, 7.75],
"shade": false,
"faces": {
"north": {"uv": [4, 14, 9, 15.5], "texture": "#0"},
"east": {"uv": [2, 14, 4, 15.5], "texture": "#0"},
"south": {"uv": [11, 4, 16, 5.5], "texture": "#0"},
"west": {"uv": [9, 14, 11, 15.5], "texture": "#0"},
"up": {"uv": [4, 12, 9, 14], "rotation": 180, "texture": "#0"},
"down": {"uv": [9, 12, 14, 14], "texture": "#0"}
}
}
]
}

0 comments on commit 648f82b

Please sign in to comment.