Newer
Older
Boredom-combat-server / MultiMC Server instance / Modded Server 1.16.5 / .minecraft / config / biomesoplenty / generation.toml

#World generation related options.
[overworld]
	#Type of rainfall zones to use during biome placement.
	#Allowed Values: SMALL_ZONES, MEDIUM_ZONES, LARGE_ZONES, RANDOM
	rainfall_variation_scheme = "MEDIUM_ZONES"
	#Enhance vanilla biomes by adding additional decoration.
	enhance_vanilla_biomes = true
	#The size of generated biomes.
	#Allowed Values: TINY, SMALL, MEDIUM, LARGE, HUGE
	biome_size = "MEDIUM"
	#Type of temperature zones to use during biome placement.
	#Allowed Values: LATITUDE, SMALL_ZONES, MEDIUM_ZONES, LARGE_ZONES, RANDOM
	temperature_variation_scheme = "MEDIUM_ZONES"
	#Enable nether generation from Biomes O' Plenty.
	use_bop_nether = true
	#The size of generated rivers.
	#Allowed Values: TINY, SMALL, MEDIUM, LARGE, HUGE
	river_size = "MEDIUM"