slow down honey production in hives

This commit is contained in:
TenPlus1 2018-08-16 16:15:45 +01:00
parent 1281904f2f
commit d5bc1b92f1
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ minetest.register_craft({
-- beehive workings -- beehive workings
minetest.register_abm({ minetest.register_abm({
nodenames = {"mobs:beehive"}, nodenames = {"mobs:beehive"},
interval = 6, interval = 12,
chance = 6, chance = 6,
catch_up = false, catch_up = false,
action = function(pos, node) action = function(pos, node)