(+)iron_golem_head_rotation

This commit is contained in:
epCode 2022-10-06 19:02:22 -07:00 committed by Gitea
parent 30c77a3517
commit 9a338a0eea
2 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ mcl_mobs:register_mob("mobs_mc:iron_golem", {
collisionbox = {-0.7, -0.01, -0.7, 0.7, 2.69, 0.7},
visual = "mesh",
mesh = "mobs_mc_iron_golem.b3d",
head_swivel = "head.control",
bone_eye_height = 3.38,
curiosity = 1000,
textures = {
{"mobs_mc_iron_golem.png"},
},