1
0
miroir de https://github.com/mt-mods/moretrees.git synchronisé 2025-06-30 23:20:45 +02:00

tweak on-gen to be faster still

Cette révision appartient à :
Vanessa Dannenberg
2019-05-22 19:16:30 -04:00
Parent 7161cfbdee
révision e912fba6c8

Voir le fichier

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