minecraft-assets/assets/minecraft/models/block/brewing_stand_bottle0.json

16 lines
395 B
JSON

{
"textures": {
"particle": "blocks/brewing_stand",
"stand": "blocks/brewing_stand"
},
"elements": [
{ "from": [ 8, 0, 8 ],
"to": [ 16, 16, 8 ],
"faces": {
"north": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" },
"south": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }
}
}
]
}