From 202ecfccaddf1f115c19aec81d3cdbe59573e91e Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sat, 30 Dec 2017 14:58:13 +0000 Subject: lower stepheight to fix entity glitching through walls --- chicken.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'chicken.lua') 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, -- cgit v1.2.3