addHighlandsBiome

static void addHighlandsBiome(RegistryKey<Biome> biome, double weight)

Adds the biome as an end highlands biome with the specified weight. End Highlands biomes make up thecenter region of the large outer islands in The End.

Parameters

biome

the biome to be added

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