mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-13 00:52:43 +00:00
17 lines
406 B
JSON
17 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": [ 16, 0, 0, 16 ], "texture": "#fire" },
|
||
|
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|