mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-10 07:32:43 +00:00
19 lines
689 B
JSON
19 lines
689 B
JSON
|
{
|
||
|
"ambientocclusion": false,
|
||
|
"textures": {
|
||
|
"particle": "#top"
|
||
|
},
|
||
|
"elements": [
|
||
|
{ "from": [ 0, 0, 0 ],
|
||
|
"to": [ 3, 16, 16 ],
|
||
|
"faces": {
|
||
|
"up": { "uv": [ 0, 3, 16, 0 ], "texture": "#top", "cullface": "up", "rotation": 90 },
|
||
|
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top", "cullface": "north" },
|
||
|
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top", "cullface": "south" },
|
||
|
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "west" },
|
||
|
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#top" }
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|