Moretrees : spawn saplings to reduce mapgen lags

This commit is contained in:
Gael-de-Sailly 2015-07-09 12:30:40 +02:00
parent 7d4f23bdb3
commit 52715b167d
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@ moretrees.enable_birch = true
moretrees.enable_spruce = true
moretrees.enable_jungle_tree = true
moretrees.enable_fir = true
moretrees.enable_beech = false
moretrees.enable_beech = true
-- 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. With
-- older versions of plants_lib, doing this will reduce mapgen lag.
moretrees.spawn_saplings = false
moretrees.spawn_saplings = true
-- Set this to true to allow usage of the stairsplus mod in moreblocks