summaryrefslogtreecommitdiff
path: root/bee.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bee.lua')
-rw-r--r--bee.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/bee.lua b/bee.lua
index d187874..ce9709d 100644
--- a/bee.lua
+++ b/bee.lua
@@ -37,7 +37,7 @@ mobs:register_mob("mobs_animal:bee", {
walk_end = 65,
},
on_rightclick = function(self, clicker)
- mobs:capture_mob(self, clicker, 25, 80, 0, true, nil)
+ mobs:capture_mob(self, clicker, 50, 90, 0, true, "mobs_animal:bee")
end,
})