config: import pack config files

This commit is contained in:
Ophestra 2025-06-23 05:08:29 +09:00
parent b76c650efe
commit 348be6b09f
Signed by: ophestra
SSH key fingerprint: SHA256:57+oNEzV2U/aq2eDPdDtPiJjVykuXMYYJMkcAo8QdRw
128 changed files with 13500 additions and 1 deletions

27
config/terrablender.toml Normal file
View file

@ -0,0 +1,27 @@
[general]
#The size of overworld biome regions from each mod that uses TerraBlender.
overworld_region_size = 3
#The weighting of vanilla biome regions in the nether.
vanilla_nether_region_weight = 10
#The size of nether biome regions from each mod that uses TerraBlender.
nether_region_size = 2
#The weighting of vanilla biome regions in the overworld.
vanilla_overworld_region_weight = 10
[end]
#The size of edge end biomes.
edge_biome_size = 3
#The size of highlands end biomes.
highlands_biome_size = 4
#The weight of Vanilla end barrens biomes.
vanilla_end_barrens_weight = 10
#The size of island end biomes.
island_biome_size = 2
#The weight of Vanilla end highlands biomes.
vanilla_end_highlands_weight = 10
#The weight of Vanilla end midlands biomes.
vanilla_end_midlands_weight = 10
#The size of midlands end biomes.
midlands_biome_size = 4
#The weight of Vanilla small end islands biomes.
vanilla_small_end_islands_weight = 10