{  
    "models": [
	    {
		    "part": "head",
			"id": "gyroscope",
			"model": "breeze_health_bar.jpm",
            "attach": "true",
			"animations": [
	            {
				   "this.visible": "!is_ridden",
				   "gyroscope.ry": "-head.ry",
				   "gyroscope.rz": "-head.rz",
				   "gyroscope.rx": "-head.rx",
				   "health_bar.ty": "-14",
				   "health_bar.ry": "player_rot_y - rot_y - head.ry + torad(180)",
				   "health_bar.rx": "- player_rot_x"
		        }
		    ]
		}
	]
}