diff options
Diffstat (limited to 'chicken.lua')
-rw-r--r-- | chicken.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chicken.lua b/chicken.lua index 15c689f..35dff5a 100644 --- a/chicken.lua +++ b/chicken.lua @@ -5,6 +5,7 @@ local S = mobs.intllib -- Chicken by JK Murray mobs:register_mob("mobs_animal:chicken", { +stepheight = 0.6, type = "animal", passive = true, hp_min = 5, |