{
    "ambientocclusion": false,
	"parent": "block/block",		
    "textures": {
        "side": "block/cactus_side",
        "top": "block/cactus_top",
        "bottom": "block/cactus_bottom",
		"flower": "block/cactus_flower",		
        "particle": "block/cactus_side"
    },
    "elements": [
        {
            "from": [0,0,0],
            "to": [16,16,16],
            "faces": {
                "up": {
                    "texture": "#top",
                    "cullface": "up"
                },
                "down": {
                    "texture": "#bottom",
                    "cullface": "down"
                }
            }
        },
        {
            "from": [0,0,1],
            "to": [16,16,15],
            "faces": {
                "north": {
                    "texture": "#side"
                },
                "south": {
                    "texture": "#side"
                }
            }
        },
        {
            "from": [1,0,0],
            "to": [15,16,16],
            "faces": {
                "west": {
                    "texture": "#side"
                },
                "east": {
                    "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"}
			}
		}
	]
}