{
	"credit": "Created by FreshLX for Fresh Animations",
	"textureSize": [16, 16],
	"models": [
		{
			"part":"root",
			"id":"root",
			"model":"tadpole_animations.jpm",
			"attach":"true"
		},
		{
			"part": "tail",
			"id": "tail",
			"invertAxis": "xy",
			"translate": [0, 0, 0],
			"submodels": [
				{
					"id": "Created_by_FreshLX_for_Fresh_Animations",
					"invertAxis": "xy",
					"translate": [0, 0, 0]
				}
			]
		},
		{
			"part": "body",
			"id": "body",
			"invertAxis": "xy",
			"translate": [0, -1, 1.5],
			"submodels": [
				{
					"id": "body2",
					"invertAxis": "xy",
					"translate": [0, 1, 0.5],
					"boxes": [
						{
							"coordinates": [-1.5, -1, -2, 3, 2, 3],
							"uvNorth": [3, 3, 6, 5],
							"uvEast": [0, 3, 3, 5],
							"uvSouth": [9, 3, 12, 5],
							"uvWest": [6, 3, 9, 5],
							"uvUp": [6, 3, 3, 0],
							"uvDown": [9, 0, 6, 3]
						}
					],
					"submodels": [
						{
							"id": "tail2",
							"invertAxis": "xy",
							"translate": [0, 0, 0.9],
							"boxes": [
								{
									"coordinates": [0, -1, 0, 0, 2, 3.1],
									"uvEast": [4, 7, 7, 9]
								}
							],
							"submodels": [
								{
									"id": "tail3",
									"invertAxis": "xy",
									"translate": [0, 0, 3.1],
									"boxes": [
										{
											"coordinates": [0, -1, 0, 0, 2, 4],
											"uvEast": [0, 7, 4, 9]
										}
									]
								}
							]
						}
					]
				}
			]
		},
	    {
		    "part": "body",
			"id": "gyroscope",
			"model": "tadpole_health_bar.jpm",
            "attach": "true",
            "scale": "0.6",
			"animations": [
	            {
				   "this.visible": "!is_ridden",
				   "gyroscope.rx": "-body.rx",
				   "gyroscope.ry": "-body.ry",
				   "gyroscope.rz": "-body.rz",
				   "health_bar.ty": "17",
				   "health_bar.ry": "player_rot_y - rot_y + torad(180)",
				   "health_bar.rx": "-player_rot_x"
		        }
		    ]
		}
	]
}