addMidlandsBiome

static void addMidlandsBiome(RegistryKey<Biome> highlands, RegistryKey<Biome> midlands, double weight)

Adds the biome as an end midlands of the parent end highlands biome. End Midlands make up the area onthe large outer islands between the highlands and the barrens and are similar to edge biomes in theoverworld. If you don't call this method, the vanilla biome will be used by default.

Parameters

highlands

The highlands biome to where the midlands biome is added

midlands

the biome to be added as a midlands biome

weight

the weight of the entry. The weight in this method corresponds to its selection likelihood, withheavier biomes being more likely to be selected and lighter biomes being selected with less likelihood.The vanilla biome has a weight of 1.0.

Sources

jvm source
Link copied to clipboard