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 --- cow.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cow.lua') diff --git a/cow.lua b/cow.lua index e7ba196..77d35d9 100644 --- a/cow.lua +++ b/cow.lua @@ -13,7 +13,7 @@ mobs:register_mob("mobs_animal:cow", { hp_min = 5, hp_max = 20, armor = 200, - collisionbox = {-0.4, -0.01, -0.4, 0.4, 1, 0.4}, + collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.2, 0.4}, visual = "mesh", mesh = "mobs_cow.x", textures = { -- cgit v1.2.3