diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-02-11 22:11:18 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-02-11 22:11:18 -0500 |
commit | f0b77c5625a90bc15cadac06bc3865cf31236ecd (patch) | |
tree | 9a1d4531265ba439eb5e66a1aad018efed63183c /settings.lua | |
parent | 6da6bda95e57ebf217b943fd134823d95a6e6465 (diff) |
forgot to change a couple of default settings before pushing
Diffstat (limited to 'settings.lua')
-rw-r--r-- | settings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.lua b/settings.lua index 85a3a5d..b81e5df 100644 --- a/settings.lua +++ b/settings.lua @@ -16,7 +16,7 @@ moretrees.enable_leafdecay = true -- you enable this, otherwise you'll have two sets of leaf decay code running -- at the same time, which will just waste CPU for no benefit. -moretrees.enable_default_leafdecay = true +moretrees.enable_default_leafdecay = false -- Enable this if you want moretrees to redefine default apples so that they -- fall when leaves decay/are dug. |