Skip to content

Biomes

DaisyBiomes is the biome entrypoint.

  • parses normalized biome input
  • supports a small curated alias set
  • exposes canonical lowercase keys
  • exposes friendly display names
val biome = DaisyBiomes.parse("minecraft:cherry_grove")
val key = DaisyBiomes.key(biome)
val label = DaisyBiomes.displayName(biome)
  • cherry_grove
  • cherry grove
  • cherry-grove
  • minecraft:cherry_grove
  • nether