addSmallIslandsBiome

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

Adds a custom biome as a small end islands biome with the specified weight; small end island biomesmake up the smaller islands in between the larger islands of 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