summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sapling.lua4
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)