diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-12-30 14:58:13 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-12-30 14:58:13 +0000 |
commit | 202ecfccaddf1f115c19aec81d3cdbe59573e91e (patch) | |
tree | 88a2d3cc6ad69b596bbb285765e79f90826ae8ea /cow.lua | |
parent | 0db8d4b2639ece8f913079cb6e5499354fb1a0a9 (diff) |
lower stepheight to fix entity glitching through walls
Diffstat (limited to 'cow.lua')
-rw-r--r-- | cow.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |