forked from mtcontrib/mobs_animal
slow down honey production in hives
This commit is contained in:
parent
1281904f2f
commit
d5bc1b92f1
2
bee.lua
2
bee.lua
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user