add chickens to the evergrowning list of head turn mobs

This commit is contained in:
epCode 2022-06-08 16:17:32 -07:00
parent cbb4c93e0c
commit 1d4046beea
3 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,12 @@ mcl_mobs:register_mob("mobs_mc:chicken", {
textures = {
{"mobs_mc_chicken.png"},
},
--EXPERIMENTAL
head_swivel = "Head_Control",
bone_eye_height = 1.8,
curiosity = 10,
head_yaw="z",
-------------------------------
visual_size = {x=2.2, y=2.2},
makes_footstep_sound = true,