From 52715b167d51e218a6e8164bf94124c7298e24b3 Mon Sep 17 00:00:00 2001 From: Gael-de-Sailly Date: Thu, 9 Jul 2015 12:30:40 +0200 Subject: [PATCH] Moretrees : spawn saplings to reduce mapgen lags --- mods/moretrees/default_settings.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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