From 8f7b17b906d01cb6b4c175e4882039f324bd056c Mon Sep 17 00:00:00 2001 From: paramat Date: Fri, 14 Aug 2015 23:57:58 +0100 Subject: [PATCH] Default/functions: Half rate of leafdecay ABM --- mods/default/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..")")