Disable default trees by default (replaces them with beech trees)

This commit is contained in:
Vanessa Ezekowitz 2013-03-30 23:30:53 -04:00
parent 0380556e71
commit 89e1cb49bd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
-- leafdecay.lua because of how it interacts with settings related to that
-- function.
moretrees.enable_replace_default_trees = false
moretrees.enable_replace_default_trees = true
-- Set this to true to enable leaf decay of all trees except the default ones.