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!
19 lines
566 B
JSON
19 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"
|
|
}
|
|
]
|
|
}
|