NetherBiomes

public final class NetherBiomes

API that exposes the internals of Minecraft's nether biome code.

Experimental feature, may be removed or changed without further notice.

Functions

addNetherBiome
Link copied to clipboard
static void addNetherBiome(RegistryKey<Biome> biome, Biome.MixedNoisePoint mixedNoisePoint)
Adds a biome to the Nether generator.
canGenerateInNether
Link copied to clipboard
static boolean canGenerateInNether(RegistryKey<Biome> biome)
Returns true if the given biome can generate in the nether, considering the Vanilla nether biomes,and any biomes added to the Nether by mods.

Sources

jvm source
Link copied to clipboard