1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00

Add BiomesOPlenty v1.15.2-10.0.0.0.345. Default config generated

This commit is contained in:
2020-04-18 16:57:37 +02:00
parent 09501a4203
commit 525d552f90
6 changed files with 314 additions and 8 deletions

View File

@ -0,0 +1,18 @@
#World generation related options.
[overworld]
#The size of generated biomes.
#Allowed Values: TINY, SMALL, MEDIUM, LARGE, HUGE
biome_size = "MEDIUM"
#The size of generated rivers.
#Allowed Values: TINY, SMALL, MEDIUM, LARGE, HUGE
river_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"
#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