From f6dfb6c23e2dd8b02c5119b543b1f1d7e3d1ef6b Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 5 Oct 2014 14:15:15 -0400 Subject: [PATCH] spawn whole trees by default instead of saplings --- default_settings.txt | 7 +++---- 1 file 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