Disable default trees by default (replaces them with beech trees)
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Sun, 31 Mar 2013 03:30:53 +0000 (23:30 -0400)
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Sun, 31 Mar 2013 03:31:26 +0000 (23:31 -0400)
settings.lua

index 9311cd338bee5f02b37dca61cd8bb8b16b314280..1a11e88984c68ba40c580aa765f79b6a573129cb 100644 (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.