diff --git a/sapling.lua b/sapling.lua index e23bb850b949d4ca095a80ae72aab6eb117dd137..3d0f24d6cf5cd5000cbedb7d23b72710030159a8 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)