Biome Traits ============ During configuration, Dynamic Surroundings will map the biome tags for the biome to traits. As Minecraft and modding evolves this mappings may change. The tag to trait mapping can be found `here `_. The tags being mapped are Dynamic Surroundings biome tags. These tags have been configured with references for common tags ("c" tags), NeoForge tags, and Forge tags. Definitions for these tags can be found `in this folder `_. From a scripting perspective, these traits show up as boolean value with names matching the trait. Dynamic Surroundings will set the boolean state of these traits every tick so that scripts will have up-to-date information. .. seealso:: `BiomeTraits enum `_