spawn whole trees by default

instead of saplings
This commit is contained in:
Vanessa Ezekowitz 2014-10-05 14:15:15 -04:00
parent 94d1b5f461
commit f6dfb6c23e
1 changed files with 3 additions and 4 deletions

View File

@ -17,11 +17,10 @@ moretrees.enable_fir = true
moretrees.enable_beech = false
-- set this to true to make moretrees spawn saplings at mapgen time instead
-- of fully-grown trees, which will grow into full trees very quickly. This will
-- greatly reduce mapgen lag, at the expense of having to wait several seconds for
-- the trees to grow via an ABM.
-- of fully-grown trees, which will grow into full trees very quickly. With
-- older versions of plants_lib, doing this will reduce mapgen lag.
moretrees.spawn_saplings = true
moretrees.spawn_saplings = false
-- Set this to true to allow usage of the stairsplus mod in moreblocks