{
	"ambientocclusion": false,
	"textures": {
		"flower": "block/cactus_flower",
		"side": "block/cactus_side",
		"particle": "block/cactus_side",
		"bottom": "block/cactus_bottom",
		"top": "block/cactus_top"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
			}
		},
		{
			"from": [0, 0, 1],
			"to": [16, 16, 15],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#side"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#side"}
			}
		},
		{
			"from": [1, 0, 0],
			"to": [15, 16, 16],
			"faces": {
				"east": {"uv": [0, 0, 16, 16], "texture": "#side"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#side"}
			}
		},
		{
			"from": [-6, 5, 5],
			"to": [0, 13, 11],
			"faces": {
				"north": {"uv": [2, 9, 8, 16], "rotation": 180, "texture": "#side"},
				"east": {"uv": [2, 8, 8, 16], "texture": "#side"},
				"south": {"uv": [2, 4, 8, 12], "texture": "#side"},
				"west": {"uv": [2, 9, 8, 16], "rotation": 180, "texture": "#side"},
				"up": {"uv": [2, 10, 8, 16], "texture": "#side"},
				"down": {"uv": [5, 5, 11, 11], "texture": "#top"}
			}
		},
		{
			"from": [-5, 2, 6],
			"to": [1, 7, 10],
			"faces": {
				"north": {"uv": [9, 9, 3, 14], "texture": "#side"},
				"south": {"uv": [3, 9, 9, 14], "texture": "#side"},
				"west": {"uv": [3, 9, 7, 14], "rotation": 180, "texture": "#side"},
				"up": {"uv": [6, 6, 12, 10], "texture": "#top"},
				"down": {"uv": [3, 9, 7, 15], "rotation": 90, "texture": "#side"}
			}
		},
		{
			"from": [0, 16, 8],
			"to": [16, 32, 8],
			"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#flower"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#flower"}
			}
		},
		{
			"from": [0, 16, 8],
			"to": [16, 32, 8],
			"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#flower"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#flower"}
			}
		}
	]
}