SangeFault/assets/minecraft/models/block/template_fire_floor.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

32 lines
1.2 KiB
JSON

{
"textures": {
"particle": "#fire"
},
"ambientocclusion": false,
"elements": [
{ "from": [ 0, 0, 8.8 ],
"to": [ 16, 22.4, 8.8 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": -22.5, "rescale": true },
"shade": false,
"faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
},
{ "from": [ 0, 0, 7.2 ],
"to": [ 16, 22.4, 7.2 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": 22.5, "rescale": true },
"shade": false,
"faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
},
{ "from": [ 8.8, 0, 0 ],
"to": [ 8.8, 22.4, 16 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "z", "angle": -22.5, "rescale": true },
"shade": false,
"faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
},
{ "from": [ 7.2, 0, 0 ],
"to": [ 7.2, 22.4, 16 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "z", "angle": 22.5, "rescale": true },
"shade": false,
"faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
}
]
}