(+)parrot_head_rotation

This commit is contained in:
epCode 2022-10-06 19:08:47 -07:00 committed by Gitea
parent 9a338a0eea
commit 1d06ac5774
3 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,7 @@ mcl_mobs:register_mob("mobs_mc:iron_golem", {
mesh = "mobs_mc_iron_golem.b3d",
head_swivel = "head.control",
bone_eye_height = 3.38,
curiosity = 1000,
curiosity = 10,
textures = {
{"mobs_mc_iron_golem.png"},
},

View File

@ -135,6 +135,10 @@ mcl_mobs:register_mob("mobs_mc:parrot", {
hp_max = 6,
xp_min = 1,
xp_max = 3,
head_swivel = "head.control",
bone_eye_height = 1.1,
horrizonatal_head_height=0,
curiosity = 10,
collisionbox = {-0.25, -0.01, -0.25, 0.25, 0.89, 0.25},
visual = "mesh",
mesh = "mobs_mc_parrot.b3d",