diff --git a/Defining-custom-shaders.md b/Defining-custom-shaders.md index 3f9d86e..163d352 100644 --- a/Defining-custom-shaders.md +++ b/Defining-custom-shaders.md @@ -50,4 +50,4 @@ The settings for the TexturePackHDShader include: - _biomeshaded_ : This setting controls whether grass and leaves are colored based on raw biome data (temperature and rainfall). If set to **true** (the default), biome-shading is enabled. If set to **false**, all grass and leaves are shaded consistently, based on the averaged colors from the **misc/grasscolor.png** and **misc/foliagecolor.png#**files, respectively. -- _swampshaded_ : This setting controls whether the darkening of the biome shaded colors for water, leaves and grass in swamp biomes should be applied. Default is true for Minecraft 1.9 and later, false for 1.8.x. +- _swampshaded_ : This setting controls whether the darkening of the biome shaded colors for water, leaves and grass in swamp biomes should be applied. The default is based on the _swampshaded_ attribute in **configuration.txt** (which defaults to true for 1.9.0 and later, false for 1.8.x).