Tag#

Tags are a way of identifying biomes, and are defined as strings. Tags are primarily used for biome distribution to group biomes together to be distributed in a certain way. For example, all biomes tagged with USE_DESERT_OASIS could be configured to randomly be replaced with a desert oasis biome by the BiomeProvider.

All biomes implicitly have the tag ALL. This allows for every biome to be a target by specifying ALL.

All biomes also are implicitly tagged with their own id, meaning to reference a specific biome via tag, you simply use its id.

Uses#

Used by 7 parameters: