addContinentalBiome

static void addContinentalBiome(RegistryKey<Biome> biome, OverworldClimate climate, double weight)

Adds the biome to the specified climate group, with the specified weight. This is only for the biomes that make up the initial continents in generation.

See also

net.fabricmc.fabric.api.biome.v1.OverworldClimate

for a list of vanilla biome weights

Parameters

biome

the biome to be added

climate

the climate group whereto the biome is 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.

Sources

jvm source
Link copied to clipboard