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 --- kitten.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'kitten.lua') diff --git a/kitten.lua b/kitten.lua index adea21b..595471d 100644 --- a/kitten.lua +++ b/kitten.lua @@ -5,6 +5,7 @@ local S = mobs.intllib -- Kitten by Jordach / BFD mobs:register_mob("mobs_animal:kitten", { +stepheight = 0.6, type = "animal", passive = true, hp_min = 5, -- cgit v1.2.3