Oops, nerfed the wrong abm.

This commit is contained in:
Aaron Suen 2020-01-15 23:36:05 -05:00
parent 1c8c3298c6
commit dea880fc3f

View File

@ -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)