diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-08-16 16:15:45 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-08-16 16:15:45 +0100 |
commit | d5bc1b92f1253a78db90c526a7276de481681de7 (patch) | |
tree | fbc7dbf36c43b46a9de287f3b487ad808023e206 | |
parent | 1281904f2fffbb320e732958a01e4f5c62cb180c (diff) |
slow down honey production in hives
-rw-r--r-- | bee.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |