mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2025-07-27 04:24:35 +02:00
slow down honey production in hives
This commit is contained in:
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)
|
||||||
|
Reference in New Issue
Block a user