summaryrefslogtreecommitdiff
path: root/sapling.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-01-12 14:37:27 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2017-01-12 14:37:27 +0000
commitfaedae603dd6cda25db65bc408ef4b5e51a76119 (patch)
tree17a4c58e57bd22ce3f26db8abb73c28deb5a79d8 /sapling.lua
parent467de998b47b683506748a361131d89aa0cee672 (diff)
abm timings
Diffstat (limited to 'sapling.lua')
-rw-r--r--sapling.lua4
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)