{
	"textures": {
		"0": "block/cake_plate",
		"bottom": "block/cake_bottom",
		"top": "block/cake_top_0",
		"side": "block/cake_side_0",
		"particle": "block/cake_side_0"
	},
	"elements": [
		{
			"name": "Cake",
			"from": [2, 1, 2],
			"to": [14, 7, 14],
			"faces": {
				"north": {"uv": [1, 8, 15, 16], "texture": "#side"},
				"east": {"uv": [1, 8, 15, 16], "texture": "#side"},
				"south": {"uv": [1, 8, 15, 16], "texture": "#side"},
				"west": {"uv": [1, 8, 15, 16], "texture": "#side"},
				"up": {"uv": [1, 1, 15, 15], "texture": "#top"},
				"down": {
					"uv": [1, 1, 15, 15],
					"texture": "#bottom",
					"cullface": "down"
				}
			}
		},
		{
			"name": "Plate",
			"from": [1, 0, 1],
			"to": [15, 1, 15],
			"faces": {
				"north": {"uv": [1, 15, 15, 16], "texture": "#0"},
				"east": {"uv": [1, 0, 15, 1], "texture": "#0"},
				"south": {"uv": [1, 15, 15, 16], "texture": "#0"},
				"west": {"uv": [1, 0, 15, 1], "texture": "#0"},
				"up": {"uv": [1, 1, 15, 15], "texture": "#0"},
				"down": {"uv": [1, 1, 15, 15], "texture": "#0"}
			}
		}
	]
}