23 lines
836 B
JSON
23 lines
836 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": [ 5, 0, 1 ],
|
|
"to": [ 15, 8, 15 ],
|
|
"faces": {
|
|
"down": { "uv": [ 5, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" },
|
|
"up": { "uv": [ 5, 1, 15, 15 ], "texture": "#top" },
|
|
"north": { "uv": [ 1, 8, 11, 16 ], "texture": "#side" },
|
|
"south": { "uv": [ 1, 8, 11, 16 ], "texture": "#side" },
|
|
"west": { "uv": [ 1, 8, 15, 16 ], "texture": "#inside" },
|
|
"east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" }
|
|
}
|
|
}
|
|
]
|
|
}
|