set sapling timers

This commit is contained in:
TenPlus1 2017-06-17 21:34:36 +01:00
parent f14240d334
commit 99b8a2474c

View File

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