ploof-pack/faithless/assets/minecraft/models/block/dead_bush_skull.json

39 lines
1.1 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"textures": {
"0": "block/dead_bush",
"1": "block/entity/skeleton/skeleton",
"particle": "block/dead_bush"
},
"elements": [
{
"from": [8, 0, 0],
"to": [8, 16, 16],
"rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#0"},
"west": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
},
{
"from": [8, 0, 0],
"to": [8, 16, 16],
"rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#0"},
"west": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
},
{
"from": [2.4, -5.1, 5.4],
"to": [10.4, 2.9, 13.4],
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [4, 0, 6, 4], "rotation": 180, "texture": "#1"},
"east": {"uv": [0, 4, 2, 8], "rotation": 270, "texture": "#1"},
"south": {"uv": [2, 0, 4, 4], "texture": "#1"},
"west": {"uv": [4, 4, 6, 8], "rotation": 90, "texture": "#1"},
"up": {"uv": [2, 4, 4, 8], "rotation": 180, "texture": "#1"}
}
}
]
}