mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-13 00:52:43 +00:00
19 lines
614 B
JSON
19 lines
614 B
JSON
|
{
|
||
|
"ambientocclusion": false,
|
||
|
"textures": {
|
||
|
"particle": "#pane"
|
||
|
},
|
||
|
"elements": [
|
||
|
{ "from": [ 7, 0, 0 ],
|
||
|
"to": [ 9, 16, 7 ],
|
||
|
"faces": {
|
||
|
"down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" },
|
||
|
"up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" },
|
||
|
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" },
|
||
|
"west": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" },
|
||
|
"east": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" }
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|