Updated Defining custom shaders (markdown)

mikeprimm 2011-09-25 20:45:36 -07:00
parent 23d9cea60f
commit 672783bf8a

@ -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).