{
	"credit": "Created by FreshLX for Fresh Animations",
	"textureSize": [128, 64],
	"models": [
		{
			"part":"root",
			"id":"root",
			"model":"turtle_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": "body",
			"id": "body",
			"invertAxis": "xy",
			"translate": [0, 0, 12],
			"submodels": [
				{
					"id": "body_rotation",
					"invertAxis": "xy",
					"translate": [0, 4, 0],
					"rotate": [-90, 0, 0],
					"boxes": [
						{"coordinates": [-9.5, -13, -1, 19, 20, 6], "textureOffset": [7, 37]},
						{"coordinates": [-5.5, -11, -4, 11, 18, 3], "textureOffset": [31, 1]}
					],
					"submodels": [
						{
							"id": "head2",
							"invertAxis": "xy",
							"translate": [0, 7, 0],
							"rotate": [90, 0, 0],
							"boxes": [
								{"coordinates": [-3, -3, -6, 6, 5, 6], "textureOffset": [3, 0]}
							],
							"submodels": [
								{
									"id": "right_eye",
									"invertAxis": "xy",
									"translate": [3, 0, -4],
									"rotate": [0, -90, 0],
									"submodels": [
										{
											"id": "r_pupil",
											"invertAxis": "xy",
											"translate": [-1, -1, 0],
											"boxes": [
												{
													"coordinates": [0, 0, 0, 1, 1, 0],
													"uvNorth": [4, 3, 5, 4],
													"sizeAdd": 0.005
												}
											]
										},
										{
											"id": "r_eye_white",
											"invertAxis": "xy",
											"translate": [-1, -1, 0],
											"boxes": [
												{
													"coordinates": [0, 0, -0.002, 2, 1, 0],
													"uvNorth": [3, 4, 5, 5]
												}
											]
										}
									]
								},
								{
									"id": "left_eye",
									"invertAxis": "xy",
									"translate": [-3, 0, -4],
									"rotate": [0, 90, 0],
									"submodels": [
										{
											"id": "l_pupil",
											"invertAxis": "xy",
											"translate": [1, -1, 0],
											"boxes": [
												{
													"coordinates": [-1, 0, 0, 1, 1, 0],
													"uvNorth": [6, 3, 7, 4],
													"sizeAdd": 0.005
												}
											]
										},
										{
											"id": "l_eye_white",
											"invertAxis": "xy",
											"translate": [1, -1, 0],
											"boxes": [
												{
													"coordinates": [-2, 0, -0.002, 2, 1, 0],
													"uvNorth": [6, 4, 8, 5]
												}
											]
										}
									]
								}
							]
						}
					]
				},
				{
					"id": "fins",
					"invertAxis": "xy",
					"translate": [0, 4, 0],
					"submodels": [
						{
							"id": "right_front_fin",
							"invertAxis": "xy",
							"translate": [5.5, -1, -1],
							"boxes": [
								{"coordinates": [0, -1, -5, 13, 1, 5], "textureOffset": [27, 30]}
							]
						},
						{
							"id": "left_front_fin",
							"invertAxis": "xy",
							"translate": [-5.5, -1, -1],
							"boxes": [
								{"coordinates": [-13, -1, -5, 13, 1, 5], "textureOffset": [27, 24]}
							]
						},
						{
							"id": "left_back_fin",
							"invertAxis": "xy",
							"translate": [-3.5, -2.5, 11],
							"boxes": [
								{"coordinates": [-2, -0.5, 0, 4, 1, 10], "textureOffset": [1, 12]}
							]
						},
						{
							"id": "right_back_fin",
							"invertAxis": "xy",
							"translate": [3.5, -2.5, 11],
							"boxes": [
								{"coordinates": [-2, -0.5, 0, 4, 1, 10], "textureOffset": [1, 23]}
							]
						}
					]
				}
			]
		},
		{
			"part": "body2",
			"id": "body2",
			"invertAxis": "xy",
			"translate": [0, 0, 12],
			"submodels": [
				{
					"id": "belly",
					"invertAxis": "xy",
					"translate": [0, 4, 0],
					"rotate": [-90, 0, 0],
					"boxes": [
						{"coordinates": [-4.5, -11, -5, 9, 18, 1], "textureOffset": [70, 33]}
					]
				}
			]
		},
		{
			"part": "leg1",
			"id": "leg1",
			"invertAxis": "xy",
			"translate": [0, 0, 0]
		},
		{
			"part": "leg2",
			"id": "leg2",
			"invertAxis": "xy",
			"translate": [0, 0, 0]
		},
		{
			"part": "leg3",
			"id": "leg3",
			"invertAxis": "xy",
			"translate": [0, 0, 0]
		},
		{
			"part": "leg4",
			"id": "leg4",
			"invertAxis": "xy",
			"translate": [0, 0, 0]
		},
	    {
		    "part": "body",
			"id": "gyroscope",
			"model": "turtle_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": "-8 + if(is_child,-6,0)",
				   "health_bar.tz": "10",
				   "health_bar.ry": "player_rot_y - rot_y + torad(180)",
				   "health_bar.rx": "-player_rot_x",
				   "health_bar.sx": "if(is_child,4,1)",
				   "health_bar.sy": "if(is_child,4,1)",
				   "health_bar.sz": "if(is_child,4,1)"
		        }
		    ]
		}
	]
}