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

40 lines
843 B
JSON

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