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

Update all configs and defaultconfigs

This commit is contained in:
2021-01-28 21:57:27 +01:00
parent ff43fa5399
commit 5b5f5f5587
200 changed files with 4854 additions and 8729 deletions

View File

@ -346,4 +346,4 @@
"weight": 3
}
}
}
}

View File

@ -0,0 +1,6 @@
#Client-related options.
[gui]
#Select the Biomes O' Plenty world type by default.
use_world_type = false

View File

@ -1,20 +1,20 @@
#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
#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 = false
#The size of generated rivers.
#Allowed Values: TINY, SMALL, MEDIUM, LARGE, HUGE
river_size = "MEDIUM"