| Name | <BiomeTag.foliage_color> |
| Returns | ColorTag |
| Mechanism | BiomeTag.foliage_color |
| Description | Returns the approximate foliage color of this biome. Foliage includes leaves and vines.
The "swamp", "mangrove_swamp", "badlands", "wooded_badlands", and "eroded_badlands" biomes are the only biomes with hard-coded foliage colors. Biomes with no set foliage color already will have their foliage colors based on temperature and humidity of the biome. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/BiomeTag.java#L276 |