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

66 lines
1.6 KiB
JSON

{
"credit": "Made with Blockbench",
"ambientocclusion": false,
"texture_size": [16, 32],
"textures": {
"particle": "block/fire_block_0",
"fire": "block/fire_block_0",
"fire2": "block/fire_block_1"
},
"elements": [
{
"from": [11.25, 0, 0],
"to": [11.25, 22, 16],
"shade": false,
"rotation": {"angle": 22.5, "axis": "z", "origin": [11.25, 0, 8], "rescale": true},
"faces": {
"east": {"uv": [0, 5, 16, 16], "texture": "#fire"}
}
},
{
"from": [0, 0, 11.25],
"to": [16, 22, 11.25],
"shade": false,
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 0, 11.25], "rescale": true},
"faces": {
"south": {"uv": [0, 5, 16, 16], "texture": "#fire2"}
}
},
{
"from": [4.75, 0, 0],
"to": [4.75, 22, 16],
"shade": false,
"rotation": {"angle": -22.5, "axis": "z", "origin": [4.75, 0, 8], "rescale": true},
"faces": {
"west": {"uv": [0, 5, 16, 16], "texture": "#fire"}
}
},
{
"from": [0, 0, 4.75],
"to": [16, 22, 4.75],
"shade": false,
"rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 4.75], "rescale": true},
"faces": {
"north": {"uv": [0, 5, 16, 16], "texture": "#fire2"}
}
},
{
"from": [0.25, 0, 0],
"to": [15.75, 22, 16],
"shade": false,
"faces": {
"east": {"uv": [0, 5, 16, 16], "texture": "#fire2"},
"west": {"uv": [0, 5, 16, 16], "texture": "#fire2"}
}
},
{
"from": [0, 0, 0.25],
"to": [16, 22, 15.75],
"shade": false,
"faces": {
"north": {"uv": [0, 5, 16, 16], "texture": "#fire"},
"south": {"uv": [0, 5, 16, 16], "texture": "#fire"}
}
}
]
}