Fellies/config/biomesoplenty/generation.toml

21 lines
770 B
TOML
Raw Normal View History

2021-01-17 12:40:59 +00:00
#World generation related options.
[overworld]
2021-01-26 10:32:42 +00:00
#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
2021-01-17 12:40:59 +00:00
#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.
2021-01-24 16:10:27 +00:00
use_bop_nether = false
2021-01-26 10:32:42 +00:00
#The size of generated rivers.
#Allowed Values: TINY, SMALL, MEDIUM, LARGE, HUGE
river_size = "MEDIUM"
2021-01-17 12:40:59 +00:00