summaryrefslogtreecommitdiff
path: root/bunny.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-12-30 14:58:13 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2017-12-30 14:58:13 +0000
commit202ecfccaddf1f115c19aec81d3cdbe59573e91e (patch)
tree88a2d3cc6ad69b596bbb285765e79f90826ae8ea /bunny.lua
parent0db8d4b2639ece8f913079cb6e5499354fb1a0a9 (diff)
lower stepheight to fix entity glitching through walls
Diffstat (limited to 'bunny.lua')
-rw-r--r--bunny.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/bunny.lua b/bunny.lua
index 93b8dcf..8eae125 100644
--- a/bunny.lua
+++ b/bunny.lua
@@ -5,6 +5,7 @@ local S = mobs.intllib
-- Bunny by ExeterDad
mobs:register_mob("mobs_animal:bunny", {
+stepheight = 0.6,
type = "animal",
passive = true,
reach = 1,