mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-04-05 23:16:03 +00:00
18 lines
511 B
JSON
18 lines
511 B
JSON
{
|
|
"textures": {
|
|
"particle": "#wall"
|
|
},
|
|
"elements": [
|
|
{ "from": [ 5, 0, 0 ],
|
|
"to": [ 11, 14, 8 ],
|
|
"faces": {
|
|
"down": { "texture": "#wall", "cullface": "down" },
|
|
"up": { "texture": "#top" },
|
|
"north": { "texture": "#wall", "cullface": "north" },
|
|
"west": { "texture": "#wall" },
|
|
"east": { "texture": "#wall" }
|
|
},
|
|
"__comment": "wall"
|
|
}
|
|
]
|
|
}
|