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

24 lines
475 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"textures": {
"0": "block/brewing_stand_bottle",
"particle": "block/brewing_stand"
},
"elements": [
{
"from": [8, 0, 8],
"to": [16, 16, 8],
"faces": {
"north": {"uv": [16, 0, 8, 16], "texture": "#0"},
"south": {"uv": [8, 0, 16, 16], "texture": "#0"}
}
},
{
"from": [13.5, 2, 5.5],
"to": [13.5, 9, 10.5],
"faces": {
"east": {"uv": [0, 7, 5, 14], "texture": "#0"},
"west": {"uv": [0, 7, 5, 14], "texture": "#0"}
}
}
]
}