{
	"parent": "block/orientable",
	"textures": {
		"top": "block/pumpkin_top",
		"particle": "block/pumpkin_top",
		"side": "block/pumpkin_side"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "down"}
			}
		},
		{
			"from": [7, 16, 7],
			"to": [9, 16.99, 9],
			"faces": {
				"north": {"uv": [7, 8, 9, 9], "texture": "#top", "cullface": "up"},
				"east": {"uv": [7, 7, 9, 8], "texture": "#top", "cullface": "up"},
				"south": {"uv": [7, 8, 9, 9], "texture": "#top", "cullface": "up"},
				"west": {"uv": [7, 7, 9, 8], "texture": "#top", "cullface": "up"},
				"up": {"uv": [7, 7, 9, 9], "texture": "#top", "cullface": "up"}
			}
		}
	]
}