Make regular cubical leaves the default again, since plantlike leaves don't
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Thu, 21 Nov 2013 23:50:53 +0000 (18:50 -0500)
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Thu, 21 Nov 2013 23:50:53 +0000 (18:50 -0500)
wave with shaders.

default_settings.txt

index 5b82a4e81fe1a26222df9d8aabf7b0840ba0bec1..b67846a62a916f3831e3bdcd12d7be349fce0d36 100644 (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.