{
	"format_version" : "1.8.0",
	"animations" : {
		"animation.hoglin.baby_scaling": {
			"loop" : true,
			"bones" : {
				"head" : {
					"position" : [ 0.0, 10.0, 4.0 ],
					"scale" : 1.4
				}
			}
		},
		"animation.hoglin.look_at_target" : {
			"loop" : true,
			"bones" : {
				"head" : {
					"relative_to" : {
						"rotation" : "entity"
					},
					"rotation" : [ 0, "query.target_y_rotation - this", 0 ]
				}
			}
		},
		"animation.hoglin.walk" : {
			"loop" : true,
			"bones": {
				"left_ear": {
					"rotation" : [ 0.0, 0.0, "variable.tcos_left_side * 0.5" ]
				},
				"right_ear": {
					"rotation" : [ 0.0, 0.0, "variable.tcos_right_side * 0.5" ]
				},
				"leg_back_right" : {
					"rotation" : [ "variable.tcos_right_side", 0.0, 0.0 ]
				},
				"leg_back_left" : {
					"rotation" : [ "variable.tcos_left_side", 0.0, 0.0 ]
				},
				"leg_front_right" : {
					"rotation" : [ "-variable.tcos_right_side", 0.0, 0.0 ]
				},
				"leg_front_left" : {
					"rotation" : [ "-variable.tcos_left_side", 0.0, 0.0 ]
				}
			}
		},
		"animation.hoglin.attack": {
			"loop": true,
			"bones": {
				"head" : {
					"rotation" : [ "variable.attack_head_rot", 0, 0 ]
				}
			}
		}
	}
}
