{

"textures": {
    "particle": "#sapling",
    "dirt_patch": "block/dirt_patch"
},
"elements": [ 
{
	"from": [ 8, 0, 0.8 ],
    "to": [ 8, 16, 15.2 ],
	"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
	"shade": false,
    "faces": {
        "west":  { "uv": [ 0, 0, 16, 16 ], "texture": "#particle" },
        "east":  { "uv": [ 0, 0, 16, 16 ], "texture": "#particle" }
    }
},
{
	"from": [ 0.8, 0, 8 ],
    "to": [ 15.2, 16, 8 ],
    "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
    "shade": false,
    "faces": {
        "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#particle" },
        "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#particle" }
    }
},
{
    "from": [ 0, 0, 0 ],
    "to": [ 16, 0.0625, 16 ],
    "faces": {
        "up":    { "uv": [ 0, 0, 16, 16 ], "texture": "#dirt_patch" }
    }
}
],
"display": {
    "thirdperson_righthand": {
        "rotation": [ 0, 0, 0 ],
        "translation": [ 0, 0, 0 ],
        "scale": [ 1, 1, 1 ]
    }
}
}