SangeFault/assets/minecraft/models/block/brewing_stand_bottle1.json
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 a50683c84e Updated to 1.18.1 Vanilla Assets
basically starting over... this is gonna be fun!
2022-01-20 17:44:06 +01:00

20 lines
537 B
JSON

{
"textures": {
"particle": "block/brewing_stand",
"stand": "block/brewing_stand"
},
"elements": [
{ "from": [ -0.41, 0, 8 ],
"to": [ 7.59, 16, 8 ],
"rotation": {
"origin": [ 8, 8, 8 ],
"axis": "y",
"angle": -45
},
"faces": {
"north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" },
"south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" }
}
}
]
}