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