{
	"credit": "Created by Stridey",
	"textures": {
		"minecart": "entity/minecart",
		"furnace_front": "block/furnace_front",
		"furnace_side": "block/furnace_side",
		"furnace_top": "block/furnace_top"
	},
	"elements": [
		{
			"name": "chest",
			"from": [2, 3.5, 2],
			"to": [14, 15.5, 14],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#furnace_front"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#furnace_side"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#furnace_side"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#furnace_side"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#furnace_top"}
			}
		},
		{
			"name": "cart",
			"from": [0, 2, 0],
			"to": [2, 10, 16],
			"faces": {
				"east": {"uv": [0.5, 1, 4.5, 5], "texture": "#minecart"},
				"west": {"uv": [5, 1, 9, 5], "texture": "#minecart"},
				"up": {"uv": [0.5, 0, 4.5, 1], "rotation": 270, "texture": "#minecart"}
			}
		},
		{
			"name": "cart",
			"from": [14, 2, 0],
			"to": [16, 10, 16],
			"faces": {
				"east": {"uv": [5, 1, 9, 5], "texture": "#minecart"},
				"west": {"uv": [0.5, 1, 4.5, 5], "texture": "#minecart"},
				"up": {"uv": [0.5, 0, 4.5, 1], "rotation": 270, "texture": "#minecart"}
			}
		},
		{
			"name": "cart",
			"from": [0, 2, -2],
			"to": [16, 10, 0],
			"faces": {
				"north": {"uv": [5, 1, 9, 5], "texture": "#minecart"},
				"east": {"uv": [4.5, 1, 5, 5], "texture": "#minecart"},
				"south": {"uv": [0.5, 1, 4.5, 5], "texture": "#minecart"},
				"west": {"uv": [0, 1, 0.5, 5], "texture": "#minecart"},
				"up": {"uv": [0.5, 0, 4.5, 1], "texture": "#minecart"}
			}
		},
		{
			"name": "cart",
			"from": [0, 2, 16],
			"to": [16, 10, 18],
			"rotation": {"angle": 0, "axis": "y", "origin": [8, 6, -1]},
			"faces": {
				"north": {"uv": [0.5, 1, 4.5, 5], "texture": "#minecart"},
				"east": {"uv": [0, 1, 0.5, 5], "texture": "#minecart"},
				"south": {"uv": [5, 1, 9, 5], "texture": "#minecart"},
				"west": {"uv": [4.5, 1, 5, 5], "texture": "#minecart"},
				"up": {"uv": [0.5, 0, 4.5, 1], "rotation": 180, "texture": "#minecart"}
			}
		},
		{
			"name": "cart",
			"from": [0, 0, -2],
			"to": [16, 2, 18],
			"faces": {
				"north": {"uv": [0, 6, 0.5, 14], "rotation": 90, "texture": "#minecart"},
				"east": {"uv": [5.5, 5, 10.5, 6], "texture": "#minecart"},
				"south": {"uv": [5.5, 6, 6, 14], "rotation": 90, "texture": "#minecart"},
				"west": {"uv": [0.5, 5, 5.5, 6], "texture": "#minecart"},
				"up": {"uv": [6, 6, 11, 14], "rotation": 90, "texture": "#minecart"},
				"down": {"uv": [0.5, 6, 5.5, 14], "rotation": 90, "texture": "#minecart"}
			}
		}
	],
	"display": {
		"thirdperson_righthand": {
			"rotation": [75, 45, 0],
			"translation": [0, 4, 0],
			"scale": [0.375, 0.375, 0.375]
		},
		"thirdperson_lefthand": {
			"rotation": [75, 45, 0],
			"translation": [0, 4, 0],
			"scale": [0.375, 0.375, 0.375]
		},
		"firstperson_righthand": {
			"rotation": [0, 45, 0],
			"translation": [0, 0.5, 0],
			"scale": [0.4, 0.4, 0.4]
		},
		"firstperson_lefthand": {
			"rotation": [0, 225, 0],
			"translation": [0, 0.5, 0],
			"scale": [0.4, 0.4, 0.4]
		},
		"ground": {
			"translation": [0, 3, 0],
			"scale": [0.25, 0.25, 0.25]
		},
		"gui": {
			"rotation": [30, 135, 0],
			"translation": [0, 1.25, 0],
			"scale": [0.55, 0.55, 0.55]
		},
		"fixed": {
			"scale": [0.5, 0.5, 0.5]
		}
	},
	"groups": [
		{
			"name": "chest",
			"origin": [0, 0, 0],
			"color": 0,
			"children": [0]
		},
		{
			"name": "cart",
			"origin": [0, 0, 0],
			"color": 0,
			"children": [1, 2, 3, 4, 5]
		}
	]
}