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

36 lines
741 B
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "#bottom"
},
"elements": [
{
"from": [0, 0, 0],
"to": [3, 16, 16],
"faces": {
"down": {
"uv": [13, 0, 16, 16],
"texture": "#bottom",
"cullface": "down"
},
"north": {
"uv": [3, 0, 0, 16],
"texture": "#bottom",
"cullface": "north"
},
"south": {
"uv": [0, 0, 3, 16],
"texture": "#bottom",
"cullface": "south"
},
"west": {
"uv": [0, 0, 16, 16],
"texture": "#bottom",
"cullface": "west"
},
"east": { "uv": [16, 0, 0, 16], "texture": "#bottom" }
}
}
]
}