tweak on-gen to be faster still

This commit is contained in:
Vanessa Dannenberg 2019-05-22 19:16:30 -04:00
parent 7161cfbdee
commit e912fba6c8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ for i in ipairs(moretrees.treelist) do
if moretrees.spawn_saplings then
biome_lib:grow_plants({
grow_delay = 2,
grow_chance = 2,
grow_chance = 1,
grow_plant = "moretrees:"..treename.."_sapling_ongen",
grow_nodes = moretrees[tree_biome].surface,
grow_function = grow_function,