From f3a740f07e2b1011bdcaf287e1828d8c2dd6f059 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 17 Jun 2017 19:40:39 -0400 Subject: [PATCH] generate saplings by default --- default_settings.txt | 5 +++-- 1 file 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