biome

fun biome(biome: ResourceLocation)

Adds a Biome's ResourceLocation to the list of biomes this BiomeInjection should be applied to.


fun biome(biome: ResourceKey<Biome>)

Adds a Biome's ResourceKey to the list of biomes this BiomeInjection should be applied to.


fun biome(biome: String)

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