From faedae603dd6cda25db65bc408ef4b5e51a76119 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 12 Jan 2017 14:37:27 +0000 Subject: abm timings --- sapling.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sapling.lua b/sapling.lua index e23bb85..3d0f24d 100644 --- a/sapling.lua +++ b/sapling.lua @@ -214,8 +214,8 @@ end minetest.register_abm({ label = "Ethereal grow sapling", nodenames = {"group:ethereal_sapling"}, - interval = 1,--10, - chance = 1,--50, + interval = 10, + chance = 50, catch_up = false, action = function(pos, node) -- cgit v1.2.3