summaryrefslogtreecommitdiff
path: root/bee.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-08-16 16:15:45 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-08-16 16:15:45 +0100
commitd5bc1b92f1253a78db90c526a7276de481681de7 (patch)
treefbc7dbf36c43b46a9de287f3b487ad808023e206 /bee.lua
parent1281904f2fffbb320e732958a01e4f5c62cb180c (diff)
slow down honey production in hives
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 7c3de76..cfd70cc 100644
--- a/bee.lua
+++ b/bee.lua
@@ -165,7 +165,7 @@ minetest.register_craft({
-- beehive workings
minetest.register_abm({
nodenames = {"mobs:beehive"},
- interval = 6,
+ interval = 12,
chance = 6,
catch_up = false,
action = function(pos, node)