TheEndBiomes

public final class TheEndBiomes

API that exposes some internals of the minecraft default biome source for The End.

Deprecated

Experimental feature, may be removed or changed without further notice. Because of the volatility of world generation in Minecraft 1.16, this API is marked experimental since it is likely to change in future Minecraft versions.

Functions

addBarrensBiome
Link copied to clipboard
static void addBarrensBiome(RegistryKey<Biome> highlands, RegistryKey<Biome> barrens, double weight)
Adds the biome as an end barrens of the parent end highlands biome.
addHighlandsBiome
Link copied to clipboard
static void addHighlandsBiome(RegistryKey<Biome> biome, double weight)
Adds the biome as an end highlands biome with the specified weight.
addMainIslandBiome
Link copied to clipboard
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.
addMidlandsBiome
Link copied to clipboard
static void addMidlandsBiome(RegistryKey<Biome> highlands, RegistryKey<Biome> midlands, double weight)
Adds the biome as an end midlands of the parent end highlands biome.
addSmallIslandsBiome
Link copied to clipboard
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.

Sources

jvm source
Link copied to clipboard