mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-13 00:52:43 +00:00
20 lines
566 B
JSON
20 lines
566 B
JSON
|
{
|
||
|
"textures": {
|
||
|
"particle": "#wall"
|
||
|
},
|
||
|
"elements": [
|
||
|
{ "from": [ 4, 0, 4 ],
|
||
|
"to": [ 12, 16, 12 ],
|
||
|
"faces": {
|
||
|
"down": { "texture": "#wall", "cullface": "down" },
|
||
|
"up": { "texture": "#wall", "cullface": "up" },
|
||
|
"north": { "texture": "#wall" },
|
||
|
"south": { "texture": "#wall" },
|
||
|
"west": { "texture": "#wall" },
|
||
|
"east": { "texture": "#wall" }
|
||
|
},
|
||
|
"__comment": "Center post"
|
||
|
}
|
||
|
]
|
||
|
}
|