diff --git a/mods/moretrees/default_settings.txt b/mods/moretrees/default_settings.txt index 5c693245..c1825a4b 100755 --- a/mods/moretrees/default_settings.txt +++ b/mods/moretrees/default_settings.txt @@ -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