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

29 lines
696 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"credit": "Made with Blockbench",
"ambientocclusion": false,
"texture_size": [16, 32],
"textures": {
"particle": "block/fire_block_0",
"fire": "block/fire_block_0"
},
"elements": [
{
"from": [-6, 16, 0],
"to": [16, 16, 16],
"shade": false,
"rotation": {"angle": 22.5, "axis": "z", "origin": [16, 16, 8], "rescale": true},
"faces": {
"down": {"uv": [0, 5, 16, 16], "rotation": 270, "texture": "#fire"}
}
},
{
"from": [0, 16, 0],
"to": [22, 16, 16],
"shade": false,
"rotation": {"angle": -22.5, "axis": "z", "origin": [0, 16, 8], "rescale": true},
"faces": {
"down": {"uv": [0, 5, 16, 16], "rotation": 90, "texture": "#fire"}
}
}
]
}