setRiverBiome

static void setRiverBiome(RegistryKey<Biome> parent, RegistryKey<Biome> river)

Sets the river type that will generate in the biome. If null is passed as the river biome, then rivers will notgenerate in this biome.

Parameters

parent

the base biome in which the river biome is to be set

river

the river biome for this biome

Sources

jvm source
Link copied to clipboard