1
0
mirror of https://codeberg.org/tenplus1/mobs_animal.git synced 2024-12-23 01:10:25 +01:00

slow down honey production in hives

This commit is contained in:
TenPlus1 2018-08-16 16:15:45 +01:00
parent 1281904f2f
commit d5bc1b92f1

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)