diff --git a/mods/default/functions.lua b/mods/default/functions.lua index fd759275..3d6d9af2 100644 --- a/mods/default/functions.lua +++ b/mods/default/functions.lua @@ -233,7 +233,7 @@ minetest.register_abm({ neighbors = {"air", "group:liquid"}, -- A low interval and a high inverse chance spreads the load interval = 2, - chance = 5, + chance = 10, action = function(p0, node, _, _) --print("leafdecay ABM at "..p0.x..", "..p0.y..", "..p0.z..")")