{
	"format_version" : "1.8.0",
	"animations" : {
		"animation.wither_boss.look_at_target" : {
			"loop" : true,
			"bones" : {
				"head1" : {
					"rotation" : [ "query.head_x_rotation(0) - this", "query.head_y_rotation(0) - this", "-this" ]
				},
				"head2" : {
					"rotation" : [ "query.head_x_rotation(1) - this", "query.head_y_rotation(1) - this", "-this" ]
				},
				"head3" : {
					"rotation" : [ "query.head_x_rotation(2) - this", "query.head_y_rotation(2) - this", "-this" ]
				}
			}
		},
		"animation.wither_boss.move" : {
			"loop" : true,
			"bones" : {
				"upperbodypart2" : {
					"rotation" : [ "variable.upper_body_rotation - this", "-this", "-this" ]
				},
				"upperbodypart3" : {
					"position" : [ -2.0, -16.9, -0.5 ],
					"rotation" : [ "((0.2 + 0.1 * variable.body_base_rotation) * 180) - this", "-this", "-this" ]
				}
			}
		},
		"animation.wither_boss.scale" : {
			"loop" : true,
			"bones" : {
				"upperbodypart1" : {
					"rotation" : [ "-this", "-this", "-this" ]
				}
			}
		}
	}
}
