{
	"ambientocclusion": false,
	"textures": {
		"stem": "block/pumpkin_stem_stage5",
		"bottom": "block/pumpkin_stem_bottom",
		"particle": "block/pumpkin_stem_attached"
	},
	"elements": [
		{
			"name": "Stem",
			"from": [8, -1, 0],
			"to": [8.001, 15, 16],
			"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"east": {"uv": [0, 0, 16, 16], "texture": "#stem"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#stem"}
			}
		},
		{
			"name": "Stem",
			"from": [0, -1, 7.999],
			"to": [16, 15, 8],
			"faces": {
				"north": {"uv": [16, 0, 0, 16], "texture": "#particle"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#particle"}
			}
		},
		{
			"name": "Stem",
			"from": [7.999, -1, 0],
			"to": [8, 15, 16],
			"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"east": {"uv": [0, 0, 16, 16], "texture": "#stem"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#stem"}
			}
		},
		{
			"name": "Bottom1",
			"from": [8, -1.001, 0],
			"to": [24, -1, 16],
			"rotation": {"angle": 22.5, "axis": "z", "origin": [8, -1, 0]},
			"faces": {
				"up": {"uv": [16, 16, 0, 1], "rotation": 270, "texture": "#bottom"},
				"down": {"uv": [0, 1, 16, 16], "rotation": 90, "texture": "#bottom"}
			}
		},
		{
			"name": "Bottom2",
			"from": [-8, -1, 0],
			"to": [8, -0.999, 16],
			"rotation": {"angle": -22.5, "axis": "z", "origin": [8, -1, 0]},
			"faces": {
				"up": {"uv": [0, 1, 16, 16], "rotation": 270, "texture": "#bottom"},
				"down": {"uv": [16, 16, 0, 1], "rotation": 90, "texture": "#bottom"}
			}
		}
	]
}