{   "parent": "block/block",
	"render_type": "cutout",
	"textures": {
		"particle": "#frame"
	},
    "elements": [
        {   "from": [ 0, 0, 0 ],
            "to": [ 16, 16, 16 ],
            "faces": {
                "down":  { "texture": "#infill", "cullface": "down" },
                "up":    { "texture": "#infill", "cullface": "up"},
                "north": { "texture": "#infill", "cullface": "north" },
                "south": { "texture": "#infill", "cullface": "south" },
                "west":  { "texture": "#infill", "cullface": "west" },
                "east":  { "texture": "#infill", "cullface": "east" }
            }
        },
        {   "from": [ 0, 0, 0 ],
            "to": [ 16, 16, 16 ],
            "faces": {
				"down":  { "texture": "#frame", "cullface": "down" },
                "up":    { "texture": "#frame", "cullface": "up"},
                "north": { "texture": "#frame", "cullface": "north" },
                "south": { "texture": "#frame", "cullface": "south" },
                "west":  { "texture": "#frame", "cullface": "west" },
                "east":  { "texture": "#frame", "cullface": "east" }
            }
        }
    ]
}