diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-09-14 22:44:32 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-09-14 22:44:32 -0400 |
commit | fad79d86b7182fb697e5c88232b0bd0b5958f8ad (patch) | |
tree | eee7cfc3d62db2ae646ac207bf9cf920138de977 /default_settings.txt | |
parent | 258f33e42a2806b50ca5687357bf30b8ed540b07 (diff) |
add option to spawn saplings instead of fully-grown trees at mapgen
time. Such saplings will grow very quickly into a tree, compared to a
planted sapling. Defaults to spawning saplings.
add custom jungle tree sapling, alias default one to that, so that
moretrees will be able to grow its own jungle trees.
fix tree density bug
Diffstat (limited to 'default_settings.txt')
-rw-r--r-- | default_settings.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/default_settings.txt b/default_settings.txt index e13b0aa..665222e 100644 --- a/default_settings.txt +++ b/default_settings.txt @@ -15,6 +15,13 @@ moretrees.enable_jungle_tree = true 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. + +moretrees.spawn_saplings = true + -- Set this to true to allow usage of the stairsplus mod in moreblocks moretrees.enable_stairsplus = true |