2025-01-20 11:24:16 -08:00

32 lines
704 B
JSON

{
"textures": {
"particle": "#wall"
},
"elements": [
{
"from": [5, 0, 0],
"to": [11, 13, 16],
"faces": {
"down": {
"uv": [5, 0, 11, 16],
"texture": "#wall",
"cullface": "down"
},
"up": { "uv": [5, 0, 11, 16], "texture": "#wall" },
"north": {
"uv": [5, 3, 11, 16],
"texture": "#wall",
"cullface": "north"
},
"south": {
"uv": [5, 3, 11, 16],
"texture": "#wall",
"cullface": "south"
},
"west": { "uv": [0, 3, 16, 16], "texture": "#wall" },
"east": { "uv": [0, 3, 16, 16], "texture": "#wall" }
}
}
]
}