diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-06-17 19:40:39 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-06-17 19:40:39 -0400 |
commit | f3a740f07e2b1011bdcaf287e1828d8c2dd6f059 (patch) | |
tree | d703624847d4b64252bfedce91bcc775f840a030 | |
parent | 37e39a9ba72cc4bcceab2b52da6fff0d0ef9302e (diff) |
generate saplings by default
-rw-r--r-- | default_settings.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/default_settings.txt b/default_settings.txt index 257baec..0925d88 100644 --- a/default_settings.txt +++ b/default_settings.txt @@ -20,9 +20,10 @@ 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 after a very short --- delay. This reduces mapgen lag in some situations. +-- delay. This reduces mapgen lag in some situations, and fixes situations +-- where the mapgen conflicts with the tree generator. -moretrees.spawn_saplings = false +moretrees.spawn_saplings = true -- Set this to true to allow defining stairs/slabs/etc. If Moreblocks is -- installed, this will use that mod's Stairs Plus component. Otherwise, it |