first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

17
config/terrablender.toml Normal file
View File

@ -0,0 +1,17 @@
#General settings
general = {}
#Generation settings
[generation_settings]
#The size of overworld biome regions from each mod that uses TerraBlender.
#Range: 2-6
overworld_region_size = 3
#The weighting of vanilla biome regions in the nether.
#Range: 0-2147483647
vanilla_nether_region_weight = 10
#The size of nether biome regions from each mod that uses TerraBlender.
#Range: 2-6
nether_region_size = 2
#The weighting of vanilla biome regions in the overworld.
#Range: 0-2147483647
vanilla_overworld_region_weight = 10