Class ConventionalBiomeTags

java.lang.Object
net.fabricmc.fabric.api.tag.convention.v2.ConventionalBiomeTags

public final class ConventionalBiomeTags extends Object
See BiomeTags for vanilla tags. Note that addition to some vanilla tags implies having certain functionality, and as such certain biome tags exist to mirror vanilla tags, and should be preferred over vanilla unless its behavior is desired.
  • Field Details

    • NO_DEFAULT_MONSTERS

      public static final TagKey<Biome> NO_DEFAULT_MONSTERS
      For biomes that should not spawn monsters over time the normal way. In other words, their Spawners and Spawn Cost entries have the monster category empty. Example: Mushroom Biomes not having Zombies, Creepers, Skeleton, nor any other normal monsters.
    • HIDDEN_FROM_LOCATOR_SELECTION

      public static final TagKey<Biome> HIDDEN_FROM_LOCATOR_SELECTION
      Biomes that should not be locatable/selectable by modded biome-locating items or abilities.
    • IS_VOID

      public static final TagKey<Biome> IS_VOID
    • IS_OVERWORLD

      public static final TagKey<Biome> IS_OVERWORLD
      Biomes that spawn in the Overworld. (This is for people who want to tag their biomes as Overworld without getting side effects from
      invalid reference
      net.minecraft.registry.tag.BiomeTags.IS_OVERWORLD
      .

      NOTE: If you do not add to the vanilla Overworld tag, be sure to add to
      invalid reference
      net.minecraft.registry.tag.BiomeTags.STRONGHOLD_HAS_STRUCTURE
      so some Strongholds do not go missing.)
    • IS_HOT

      public static final TagKey<Biome> IS_HOT
    • IS_HOT_OVERWORLD

      public static final TagKey<Biome> IS_HOT_OVERWORLD
    • IS_HOT_NETHER

      public static final TagKey<Biome> IS_HOT_NETHER
    • IS_TEMPERATE

      public static final TagKey<Biome> IS_TEMPERATE
    • IS_TEMPERATE_OVERWORLD

      public static final TagKey<Biome> IS_TEMPERATE_OVERWORLD
    • IS_COLD

      public static final TagKey<Biome> IS_COLD
    • IS_COLD_OVERWORLD

      public static final TagKey<Biome> IS_COLD_OVERWORLD
    • IS_COLD_END

      public static final TagKey<Biome> IS_COLD_END
    • IS_WET

      public static final TagKey<Biome> IS_WET
    • IS_WET_OVERWORLD

      public static final TagKey<Biome> IS_WET_OVERWORLD
    • IS_DRY

      public static final TagKey<Biome> IS_DRY
    • IS_DRY_OVERWORLD

      public static final TagKey<Biome> IS_DRY_OVERWORLD
    • IS_DRY_NETHER

      public static final TagKey<Biome> IS_DRY_NETHER
    • IS_DRY_END

      public static final TagKey<Biome> IS_DRY_END
    • IS_VEGETATION_SPARSE

      public static final TagKey<Biome> IS_VEGETATION_SPARSE
    • IS_VEGETATION_SPARSE_OVERWORLD

      public static final TagKey<Biome> IS_VEGETATION_SPARSE_OVERWORLD
    • IS_VEGETATION_DENSE

      public static final TagKey<Biome> IS_VEGETATION_DENSE
    • IS_VEGETATION_DENSE_OVERWORLD

      public static final TagKey<Biome> IS_VEGETATION_DENSE_OVERWORLD
    • IS_CONIFEROUS_TREE

      public static final TagKey<Biome> IS_CONIFEROUS_TREE
    • IS_SAVANNA_TREE

      public static final TagKey<Biome> IS_SAVANNA_TREE
    • IS_JUNGLE_TREE

      public static final TagKey<Biome> IS_JUNGLE_TREE
    • IS_DECIDUOUS_TREE

      public static final TagKey<Biome> IS_DECIDUOUS_TREE
    • IS_MOUNTAIN

      public static final TagKey<Biome> IS_MOUNTAIN
    • IS_MOUNTAIN_PEAK

      public static final TagKey<Biome> IS_MOUNTAIN_PEAK
    • IS_MOUNTAIN_SLOPE

      public static final TagKey<Biome> IS_MOUNTAIN_SLOPE
    • IS_PLAINS

      public static final TagKey<Biome> IS_PLAINS
      For temperate or warmer plains-like biomes. For snowy plains-like biomes, see IS_SNOWY_PLAINS.
    • IS_SNOWY_PLAINS

      public static final TagKey<Biome> IS_SNOWY_PLAINS
      For snowy plains-like biomes. For warmer plains-like biomes, see IS_PLAINS.
    • IS_FOREST

      public static final TagKey<Biome> IS_FOREST
      Biomes densely populated with deciduous trees.
    • IS_BIRCH_FOREST

      public static final TagKey<Biome> IS_BIRCH_FOREST
    • IS_FLOWER_FOREST

      public static final TagKey<Biome> IS_FLOWER_FOREST
    • IS_TAIGA

      public static final TagKey<Biome> IS_TAIGA
    • IS_OLD_GROWTH

      public static final TagKey<Biome> IS_OLD_GROWTH
    • IS_HILL

      public static final TagKey<Biome> IS_HILL
      Biomes that spawn as a hills biome. (Previously was called Extreme Hills biome in past)
    • IS_WINDSWEPT

      public static final TagKey<Biome> IS_WINDSWEPT
    • IS_JUNGLE

      public static final TagKey<Biome> IS_JUNGLE
    • IS_SAVANNA

      public static final TagKey<Biome> IS_SAVANNA
    • IS_SWAMP

      public static final TagKey<Biome> IS_SWAMP
    • IS_DESERT

      public static final TagKey<Biome> IS_DESERT
    • IS_BADLANDS

      public static final TagKey<Biome> IS_BADLANDS
    • IS_BEACH

      public static final TagKey<Biome> IS_BEACH
      Biomes that are dedicated to spawning on the shoreline of a body of water.
    • IS_STONY_SHORES

      public static final TagKey<Biome> IS_STONY_SHORES
    • IS_MUSHROOM

      public static final TagKey<Biome> IS_MUSHROOM
    • IS_RIVER

      public static final TagKey<Biome> IS_RIVER
    • IS_OCEAN

      public static final TagKey<Biome> IS_OCEAN
    • IS_DEEP_OCEAN

      public static final TagKey<Biome> IS_DEEP_OCEAN
    • IS_SHALLOW_OCEAN

      public static final TagKey<Biome> IS_SHALLOW_OCEAN
    • IS_UNDERGROUND

      public static final TagKey<Biome> IS_UNDERGROUND
    • IS_CAVE

      public static final TagKey<Biome> IS_CAVE
    • IS_WASTELAND

      public static final TagKey<Biome> IS_WASTELAND
      Biomes that lack any natural life or vegetation. (Example, land destroyed and sterilized by nuclear weapons)
    • IS_DEAD

      public static final TagKey<Biome> IS_DEAD
      Biomes whose flora primarily consists of dead or decaying vegetation.
    • IS_FLORAL

      public static final TagKey<Biome> IS_FLORAL
      Biomes with a large amount of flowers.
    • IS_SNOWY

      public static final TagKey<Biome> IS_SNOWY
      For biomes that contains lots of naturally spawned snow. For biomes where lot of ice is present, see IS_ICY. Biome with lots of both snow and ice may be in both tags.
    • IS_ICY

      public static final TagKey<Biome> IS_ICY
      For land biomes where ice naturally spawns. For biomes where snow alone spawns, see IS_SNOWY.
    • IS_AQUATIC

      public static final TagKey<Biome> IS_AQUATIC
      Biomes consisting primarily of water.
    • IS_AQUATIC_ICY

      public static final TagKey<Biome> IS_AQUATIC_ICY
      For water biomes where ice naturally spawns. For biomes where snow alone spawns, see IS_SNOWY.
    • IS_NETHER

      public static final TagKey<Biome> IS_NETHER
      Biomes that spawn in the Nether. (This is for people who want to tag their biomes as Nether without getting side effects from
      invalid reference
      net.minecraft.registry.tag.BiomeTags.IS_NETHER
      )
    • IS_NETHER_FOREST

      public static final TagKey<Biome> IS_NETHER_FOREST
    • IS_END

      public static final TagKey<Biome> IS_END
      Biomes that spawn in the End. (This is for people who want to tag their biomes as End without getting side effects from
      invalid reference
      net.minecraft.registry.tag.BiomeTags.IS_END
      )
    • IS_OUTER_END_ISLAND

      public static final TagKey<Biome> IS_OUTER_END_ISLAND
      Biomes that spawn as part of the large islands outside the center island in The End dimension.