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

28 lines
730 B
JSON

{
"textures": {
"particle": "blocks/cake_side",
"bottom": "blocks/cake_bottom",
"top": "blocks/cake_top",
"side": "blocks/cake_side",
"inside": "blocks/cake_inner"
},
"elements": [
{
"from": [9, 0, 1],
"to": [15, 8, 15],
"faces": {
"down": {
"uv": [9, 1, 15, 15],
"texture": "#bottom",
"cullface": "down"
},
"up": { "uv": [9, 1, 15, 15], "texture": "#top" },
"north": { "uv": [1, 8, 7, 16], "texture": "#side" },
"south": { "uv": [1, 8, 7, 16], "texture": "#side" },
"west": { "uv": [1, 8, 15, 16], "texture": "#inside" },
"east": { "uv": [1, 8, 15, 16], "texture": "#side" }
}
}
]
}