mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-13 00:52:43 +00:00
19 lines
512 B
JSON
19 lines
512 B
JSON
|
{
|
||
|
"textures": {
|
||
|
"particle": "#wall"
|
||
|
},
|
||
|
"elements": [
|
||
|
{ "from": [ 5, 0, 0 ],
|
||
|
"to": [ 11, 14, 8 ],
|
||
|
"faces": {
|
||
|
"down": { "texture": "#wall", "cullface": "down" },
|
||
|
"up": { "texture": "#wall" },
|
||
|
"north": { "texture": "#wall", "cullface": "north" },
|
||
|
"west": { "texture": "#wall" },
|
||
|
"east": { "texture": "#wall" }
|
||
|
},
|
||
|
"__comment": "wall"
|
||
|
}
|
||
|
]
|
||
|
}
|