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

16 lines
406 B
JSON

{
"textures": {
"particle": "#fire"
},
"ambientocclusion": false,
"elements": [
{ "from": [ 0, 0, 0.01 ],
"to": [ 16, 22.4, 0.01 ],
"shade": false,
"faces": {
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }
}
}
]
}