forked from VoxeLibre/VoxeLibre
add chickens to the evergrowning list of head turn mobs
This commit is contained in:
parent
cbb4c93e0c
commit
1d4046beea
|
@ -25,6 +25,12 @@ mcl_mobs:register_mob("mobs_mc:chicken", {
|
||||||
textures = {
|
textures = {
|
||||||
{"mobs_mc_chicken.png"},
|
{"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},
|
visual_size = {x=2.2, y=2.2},
|
||||||
|
|
||||||
makes_footstep_sound = true,
|
makes_footstep_sound = true,
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue