{
	"credit": "Created by FreshLX for Fresh Animations",
	"textureSize": [64, 32],
	"models": [
		{
			"part":"root",
			"id":"root",
			"model":"bogged_animations.jpm",
			"attach":"true"
		},
		{
			"part": "head",
			"id": "head",
			"invertAxis": "xy",
			"translate": [0, 0, 0],
			"submodels": [
				{
					"id": "Created_by_FreshLX_for_Fresh_Animations",
					"invertAxis": "xy",
					"translate": [0, 0, 0]
				}
			]
		},
		{
			"part": "headwear",
			"id": "headwear",
			"invertAxis": "xy",
			"translate": [0, -24, 0],
			"boxes": [
				{"coordinates": [-4, 24, -4, 8, 8, 8], "textureOffset": [32, 0], "sizeAdd": 0.25},
				{"coordinates": [-4, 24, -4, 8, 8, 8], "textureOffset": [0, 0], "sizeAdd": -0.25}
			],
			"submodels": [
				{
					"id": "mushroom1",
					"invertAxis": "xy",
					"translate": [-2.85, 31.25, 2.85],
					"submodels": [
						{
							"id": "mushroom1_2",
							"invertAxis": "xy",
							"translate": [0, -0.425, 0],
							"rotate": [0, 45, 0],
							"boxes": [
								{"coordinates": [-3, 0.425, 0, 6, 4, 0], "textureOffset": [50, 16]},
								{"coordinates": [0, 0.425, -3, 0, 4, 6], "textureOffset": [50, 10]}
							]
						}
					]
				},
				{
					"id": "mushroom2",
					"invertAxis": "xy",
					"translate": [2.8, 31.25, -2.3],
					"submodels": [
						{
							"id": "mushroom2_2",
							"invertAxis": "xy",
							"translate": [0, 0, 0],
							"rotate": [0, -45, 0],
							"boxes": [
								{"coordinates": [-3.35355, 0, -0.35355, 6, 4, 0], "textureOffset": [50, 22]},
								{"coordinates": [-0.35355, 0, -3.35355, 0, 4, 6], "textureOffset": [50, 16]}
							]
						}
					]
				},
				{
					"id": "mushroom3",
					"invertAxis": "xy",
					"translate": [1.9, 25.15, 3.25],
					"submodels": [
						{
							"id": "mushroom3_2",
							"invertAxis": "xy",
							"translate": [0, 0, 0],
							"rotate": [90, 0, 135],
							"boxes": [
								{"coordinates": [-3, 0.5, 0, 6, 4, 0], "textureOffset": [50, 28]},
								{"coordinates": [0, 0.5, -3, 0, 4, 6], "textureOffset": [50, 22]}
							]
						}
					]
				}
			]
		},
		{
			"part": "body",
			"id": "body",
			"invertAxis": "xy",
			"translate": [0, -24, 0],
			"boxes": [
				{"coordinates": [-4, 12, -2, 8, 12, 4], "textureOffset": [16, 16]}
			]
		},
		{
			"part": "left_arm",
			"id": "left_arm",
			"invertAxis": "xy",
			"mirrorTexture": "u",
			"translate": [5, -22, 0],
			"boxes": [
				{"coordinates": [-6, 12, -1, 2, 12, 2], "textureOffset": [40, 16]}
			]
		},
		{
			"part": "right_arm",
			"id": "right_arm",
			"invertAxis": "xy",
			"translate": [-5, -22, 0],
			"boxes": [
				{"coordinates": [4, 12, -1, 2, 12, 2], "textureOffset": [40, 16]}
			]
		},
		{
			"part": "left_leg",
			"id": "left_leg",
			"invertAxis": "xy",
			"mirrorTexture": "u",
			"translate": [2, -12, -0.1],
			"boxes": [
				{"coordinates": [-3, 0, -1, 2, 12, 2], "textureOffset": [0, 16]}
			]
		},
		{
			"part": "right_leg",
			"id": "right_leg",
			"invertAxis": "xy",
			"translate": [-2, -12, -0.1],
			"boxes": [
				{"coordinates": [1, 0, -1, 2, 12, 2], "textureOffset": [0, 16]}
			]
		},
		{
			"part": "mushrooms",
			"id": "mushrooms",
			"invertAxis": "xy",
			"translate": [0, 0, 0]
		},
	    {
		    "part": "body",
			"id": "gyroscope",
			"model": "bogged_health_bar.jpm",
            "attach": "true",
			"animations": [
	            {
				   "this.visible": "!is_ridden",
				   "gyroscope.rx": "-body.rx",
				   "gyroscope.ry": "-body.ry",
				   "gyroscope.rz": "-body.rz",
				   "health_bar.ty": "-16",
				   "health_bar.ry": "player_rot_y - rot_y + torad(180)",
				   "health_bar.rx": "-player_rot_x"
		        }
		    ]
		}
	]
}