addBarrensBiome

static void addBarrensBiome(RegistryKey<Biome> highlands, RegistryKey<Biome> barrens, double weight)

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

Parameters

highlands

The highlands biome to where the barrends biome is added

barrens

the biome to be added as a barrens 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