mirror of
https://github.com/mt-mods/moretrees.git
synced 2024-12-27 11:10:23 +01:00
speed up sapling growth.
they're just too damned slow also sped up the on_gen ones they were slower than they needed to be
This commit is contained in:
parent
d521e34758
commit
e474194daf
@ -122,8 +122,8 @@ moretrees.dates_item_drop_ichance = 10 -- inverse probability of ripe dates dr
|
|||||||
|
|
||||||
-- Sapling settings
|
-- Sapling settings
|
||||||
|
|
||||||
moretrees.sapling_interval = 500
|
moretrees.sapling_interval = 100
|
||||||
moretrees.sapling_chance = 20
|
moretrees.sapling_chance = 5
|
||||||
|
|
||||||
-- If this variable is set to true, drop leaves out as entities during leaf
|
-- If this variable is set to true, drop leaves out as entities during leaf
|
||||||
-- decay, rather than just disappearing them.
|
-- decay, rather than just disappearing them.
|
||||||
|
@ -19,7 +19,7 @@ for i in ipairs(moretrees.treelist) do
|
|||||||
if moretrees.spawn_saplings then
|
if moretrees.spawn_saplings then
|
||||||
biome_lib:grow_plants({
|
biome_lib:grow_plants({
|
||||||
grow_delay = 2,
|
grow_delay = 2,
|
||||||
grow_chance = 30,
|
grow_chance = 2,
|
||||||
grow_plant = "moretrees:"..treename.."_sapling_ongen",
|
grow_plant = "moretrees:"..treename.."_sapling_ongen",
|
||||||
grow_nodes = moretrees[tree_biome].surface,
|
grow_nodes = moretrees[tree_biome].surface,
|
||||||
grow_function = moretrees[tree_model],
|
grow_function = moretrees[tree_model],
|
||||||
|
Loading…
Reference in New Issue
Block a user