diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-02-13 21:25:24 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-02-13 21:25:24 -0500 |
commit | c854f526d478531010025197304465bfab3a7d88 (patch) | |
tree | aa8ff9fae0dd88de9f97357f9f121cf9fc74a06e /settings.lua | |
parent | f0b77c5625a90bc15cadac06bc3865cf31236ecd (diff) |
put all tree leaves into leaves and moretres_leaves groups, fixed incorrect
inclusion of "tree" group for leaves.
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 b81e5df..85a3a5d 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 = false +moretrees.enable_default_leafdecay = true -- Enable this if you want moretrees to redefine default apples so that they -- fall when leaves decay/are dug. |