summaryrefslogtreecommitdiff
path: root/bee.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 /bee.lua
parent0db8d4b2639ece8f913079cb6e5499354fb1a0a9 (diff)
lower stepheight to fix entity glitching through walls
Diffstat (limited to 'bee.lua')
-rw-r--r--bee.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/bee.lua b/bee.lua
index 8034827..782cd4a 100644
--- a/bee.lua
+++ b/bee.lua
@@ -39,6 +39,9 @@ mobs:register_mob("mobs_animal:bee", {
on_rightclick = function(self, clicker)
mobs:capture_mob(self, clicker, 50, 90, 0, true, "mobs_animal:bee")
end,
+-- after_activate = function(self, staticdata, def, dtime)
+-- print ("------", self.name, dtime, self.health)
+-- end,
})
mobs:spawn({