addMainIslandBiome

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

Adds the biome as a main end island biome with the specified weight; note that this includes the main islandand some of the land encircling the empty space. Note that adding a biome to this region could potentially messwith the generation of the center island and cause it to generate incorrectly; this method only exists forconsistency.

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.Vanilla biomes have a weight of 1.0

Sources

jvm source
Link copied to clipboard