ploof-pack/faithless/assets/minecraft/models/item/red_mushroom_block.json

22 lines
639 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "block/block",
"textures": {
"0": "block/red_mushroom_large",
"1": "block/red_mushroom_large_top",
"2": "block/red_mushroom_block_inside_nesw"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [12, 10.66667, 16, 13.33333], "texture": "#0"},
"east": {"uv": [12, 10.66667, 16, 13.33333], "texture": "#0"},
"south": {"uv": [12, 10.66667, 16, 13.33333], "texture": "#0"},
"west": {"uv": [12, 10.66667, 16, 13.33333], "texture": "#0"},
"up": {"uv": [12, 8, 16, 10.66667], "texture": "#1"},
"down": {"uv": [0, 0, 16, 16], "texture": "#2"}
}
}
]
}