mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
19 lines
600 B
TOML
Executable file
19 lines
600 B
TOML
Executable file
|
|
#World generation related options.
|
|
[overworld]
|
|
#The weighting of primary bop biome regions in the overworld.
|
|
#Range: > 0
|
|
bop_primary_overworld_region_weight = 10
|
|
#The weighting of secondary bop biome regions in the overworld.
|
|
#Range: > 0
|
|
bop_secondary_overworld_region_weight = 8
|
|
#The weighting of bop biome regions in the nether.
|
|
#Range: > 0
|
|
bop_nether_region_weight = 13
|
|
#The weighting of rare bop biome regions in the overworld.
|
|
#Range: > 0
|
|
bop_overworld_rare_region_weight = 2
|
|
#The weighting of rare bop biome regions in the nether.
|
|
#Range: > 0
|
|
bop_nether_rare_region_weight = 2
|
|
|