{
	"format_version" : "1.8.0",
	"animations" : {
		"animation.snowgolem.arms" : {
			"loop" : true,
			"bones" : {
				"arm1" : {
					"position" : [ "(math.cos(query.target_y_rotation * 0.25) * 5) - this", 0.0, "(math.sin(query.target_y_rotation * 0.25) * -5) - this" ],
					"rotation" : [ 0.0, "(query.target_y_rotation * 0.25)", 57.3 ]
				},
				"arm2" : {
					"position" : [ "(math.cos(query.target_y_rotation * 0.25) * -5) - this", 0.0, "(math.sin(query.target_y_rotation * 0.25) * 5) - this" ],
					"rotation" : [ 0.0, "((query.target_y_rotation * 0.25) + 180) - this", -57.3 ]
				}
			}
		},
		"animation.snowgolem.move" : {
			"loop" : true,
			"bones" : {
				"piece1" : {
					"rotation" : [ 0.0, "query.target_y_rotation * 0.25", 0.0 ]
				}
			}
		}
	}
}
