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