From dea880fc3fc4dffab26a424f78a0bc50496f89c3 Mon Sep 17 00:00:00 2001 From: Aaron Suen Date: Wed, 15 Jan 2020 23:36:05 -0500 Subject: [PATCH] Oops, nerfed the wrong abm. --- mods/nc_tree/cultivation.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/nc_tree/cultivation.lua b/mods/nc_tree/cultivation.lua index 9ecfbe0b..ae5843ca 100644 --- a/mods/nc_tree/cultivation.lua +++ b/mods/nc_tree/cultivation.lua @@ -132,7 +132,7 @@ nodecore.register_soaking_abm({ fieldname = "treegrow", nodenames = {modname .. ":tree_bud"}, interval = 10, - chance = 10, + chance = 1, limited_max = 100, limited_alert = 1000, soakrate = function(pos, node) @@ -199,7 +199,7 @@ nodecore.register_limited_abm({ label = "Tree Leaves Growth", nodenames = {modname .. ":leaves_bud"}, interval = 10, - chance = 1, + chance = 10, limited_max = 100, limited_alert = 1000, action = function(pos, node)