diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-06-17 21:34:36 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-06-17 21:34:36 +0100 |
commit | 99b8a2474ce2c4da413adf80e6d11c8529c238e9 (patch) | |
tree | 8273caa539097992647e628fa7926c224a394969 | |
parent | f14240d3343cbe4fd05404b6e1f1fa018defea00 (diff) |
set sapling timers
-rw-r--r-- | sapling.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapling.lua b/sapling.lua index 0f44768..d616ffc 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) |