mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-10 07:32:43 +00:00
a50683c84e
basically starting over... this is gonna be fun!
32 lines
1.2 KiB
JSON
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" }}
|
|
}
|
|
]
|
|
}
|