BiomeInjectionBuilder

Builder for BiomeInjections. Check out the docs page on biome injections for more information.

See also

Properties

Link copied to clipboard
val id: Key

Functions

Link copied to clipboard
fun biomes(vararg biomes: ResourceKey<Biome>)

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

fun biomes(vararg biomeTags: TagKey<Biome>)

Adds biomeTags to the list of biomes this BiomeInjection should be applied to.

Link copied to clipboard
fun features(index: GenerationStep.Decoration, vararg features: ResourceKey<PlacedFeature>)

Adds features to the list of features this BiomeInjection should add.