{   "parent": "block/block",
    "ambientocclusion": false,
    "textures": {
        "particle": "#plant"
    },
    "elements": [
        {   "from": [ 6, 0, 6 ], "to": [ 10, 16, 10 ],
      	    "faces": {
		"north": { "uv": [ 6, 0, 10, 16 ], "texture": "#plant" },
        	    	"south": { "uv": [ 6, 0, 10, 16 ], "texture": "#plant" },
        	    	"east":  { "uv": [ 10, 0, 6, 16 ], "texture": "#plant" },
        		"west":  { "uv": [ 10, 0, 6, 16 ], "texture": "#plant" },
        		"up":    { "uv": [ 6, 6, 10, 10 ], "texture": "#canopy" }
            }
    	},
	{   "from": [ 8, 0, 0 ], "to": [ 8, 16, 16 ],
            "shade": false,
            "faces": {
                "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" },
                "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#plant" }
            }
        },
        {   "from": [ 0, 0, 8 ], "to": [ 16, 16, 8 ],
            "shade": false,
            "faces": {
                "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" },
                "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#plant" }
            }
        },
	{   "from": [ 0, 8, 0 ], "to": [ 16, 8, 16 ],
            "shade": false,
      	    "faces": {
        		"up":   { "uv": [ 0, 0, 16, 16 ], "texture": "#canopy" },
        		"down": { "uv": [ 16, 0, 0, 16 ], "texture": "#canopy" }
            }
    	}
    ]
}