This commit is contained in:
Paramat 2015-08-14 23:03:56 +00:00
commit 684adefe33

View file

@ -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..")")