From da5e2cf24aa20c061d6c7f3ac8b7d14440263a3c Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Sun, 9 Dec 2012 13:04:44 -0600 Subject: [PATCH] Add transparent-leaves setting : workaround for borked lighting in some SpoutPlugin versions --- src/main/resources/configuration.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index ca0942dc..fa2d4549 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -201,8 +201,10 @@ image-format: png # use-generated-textures: if true, use generated textures (same as client); false is static water/lava textures # correct-water-lighting: if true, use corrected water lighting (same as client); false is legacy water (darker) +# transparent-leaves: if true, leaves are transparent (lighting-wise): false is needed for some Spout versions that break lighting on leaf blocks use-generated-textures: true correct-water-lighting: true +transparent-leaves: true # Control loading of player faces (if set to false, skins are never fetched) #fetchskins: false