Default/functions: Half rate of leafdecay ABM

This commit is contained in:
paramat 2015-08-14 23:57:58 +01:00
parent 450543f782
commit 8f7b17b906

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