biomes

fun biomes(biomeTag: TagKey<Biome>)

Adds a TagKey of Biomes to the list of biomes this BiomeInjection should be applied to.


fun biomes(vararg biomes: ResourceLocation)

Adds multiple Biome's ResourceLocations to the list of biomes this BiomeInjection should be applied to.


fun biomes(vararg biomes: ResourceKey<Biome>)

Adds multiple Biome's ResourceKeys to the list of biomes this BiomeInjection should be applied to.


fun biomes(vararg biomes: String)

Adds multiple Biome's String ids to the list of biomes this BiomeInjection should be applied to. (e.g. "minecraft:plains")