Make regular cubical leaves the default again, since plantlike leaves don't

wave with shaders.
This commit is contained in:
Vanessa Ezekowitz 2013-11-21 18:50:53 -05:00
parent 374116bc6e
commit 235e002d8f
1 changed files with 4 additions and 4 deletions

View File

@ -26,11 +26,11 @@ moretrees.spawn_saplings = true
moretrees.enable_stairsplus = true
-- Set this to false if you don't like the plantlike drawtype for leaves
-- (this is done to improve peoples' framerates without resorting to making
-- leaf nodes opaque). Affects default leaves and default jungle leaves also.
-- Set this to true if you want the plantlike drawtype for leaves, which
-- improves some peoples' framerates without resorting to making leaf nodes opaque.
-- Affects default leaves and default jungle leaves also.
moretrees.plantlike_leaves = true
moretrees.plantlike_leaves = false
-- Set this to true to enable leaf decay of all trees except the default ones.