diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-12 14:37:27 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-12 14:37:27 +0000 |
commit | faedae603dd6cda25db65bc408ef4b5e51a76119 (patch) | |
tree | 17a4c58e57bd22ce3f26db8abb73c28deb5a79d8 /sapling.lua | |
parent | 467de998b47b683506748a361131d89aa0cee672 (diff) |
abm timings
Diffstat (limited to 'sapling.lua')
-rw-r--r-- | sapling.lua | 4 |
1 files 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) |