(+)polar_bear_head_rotation

This commit is contained in:
epCode 2022-10-06 19:40:42 -07:00 committed by Gitea
parent 5a14f385a0
commit 3a34773671
2 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,12 @@ mcl_mobs:register_mob("mobs_mc:polar_bear", {
textures = {
{"mobs_mc_polarbear.png"},
},
head_swivel = "head.control",
bone_eye_height = 2.6,
head_eye_height = 1,
horrizonatal_head_height = 0,
curiosity = 20,
head_yaw="z",
visual_size = {x=3.0, y=3.0},
makes_footstep_sound = true,
damage = 6,