#######################################################################
# +-----------------------------------------------------------------+ #
# | Biome Generator Variables | #
# +-----------------------------------------------------------------+ #
#######################################################################
# IMPORTANT value for generation. Bigger values appear to zoom out. All 'Sizes' must be smaller than this.
# Large %/total area biomes (Continents) must be set small, (limit=0)
# Small %/total area biomes (Oasis,Mountain Peaks) must be larger (limit=GenerationDepth)
# This could also represent "Total number of biome sizes"
# Small values (about 1-2) and Large values (about 20) may affect generator performance.
GenerationDepth:10
# Max biome rarity from 1 to infinity. By default this is 100, but you can raise it for
# fine-grained control, or to create biomes with a chance of occurring smaller than 1/100.
BiomeRarityScale:100
# Land rarity from 100 to 1. If you set smaller than 90 and LandSize near 0 beware Big oceans.
LandRarity:97
# Land size from 0 to GenerationDepth.
LandSize:0
# Make land more fuzzy and make lakes. Must be from 0 to GenerationDepth - LandSize
LandFuzzy:6
# Ice areas rarity from 100 to 1. If you set smaller than 90 and IceSize near 0 beware ice world
IceRarity:90
# Ice area size from 0 to GenerationDepth.
IceSize
FrozenRivers:true
FrozenOcean:true
# River rarity.Must be from 0 to GenerationDepth.
RiverRarity:4
# River size from 0 to GenerationDepth - RiverRarity
RiverSize:0
RiversEnabled:true
# Biomes which used in normal biome algorithm. Biome name is case sensitive.
NormalBiomes

esert,Forest,Extreme Hills,Swampland,Plains,Taiga,Jungle
# Biomes which used in ice biome algorithm. Biome name is case sensitive.
IceBiomes:Ice Plains
# Biomes which used as isles. You must set IsleInBiome in biome config for each biome here. Biome name is case sensitive.
IsleBiomes:MushroomIsland,Ice Mountains,DesertHills,ForestHills,TaigaHills,River,JungleHills
# Biomes which used as borders. You must set BiomeIsBorder in biome config for each biome here. Biome name is case sensitive.
BorderBiomes:MushroomIslandShore,Beach,Extreme Hills Edge
# List of ALL custom biomes.
# Example:
# CustomBiomes:TestBiome1, BiomeTest2
# This will add two biomes and generate biome config files
# Any changes here need server restart.
CustomBiomes: