diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2014-10-05 14:15:15 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2014-10-05 14:15:15 -0400 |
commit | f6dfb6c23e2dd8b02c5119b543b1f1d7e3d1ef6b (patch) | |
tree | 0b96caa15d0b7758615bca742ae268d67bba71de | |
parent | 94d1b5f4612e41def4fadb9927c9e63cc2ed1459 (diff) |
spawn whole trees by default
instead of saplings
-rw-r--r-- | default_settings.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/default_settings.txt b/default_settings.txt index f533d28..5c69324 100644 --- a/default_settings.txt +++ b/default_settings.txt @@ -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 |