# Configuration file ########################################################################################################## # worldgen chances #--------------------------------------------------------------------------------------------------------# # The chance that each worldgen will generate. You can set this to 0 to disable the worldgen or use the dimension black/white list. 1 = all over, 0.04 fairly rare. ########################################################################################################## "worldgen chances" { # Ooze only generates on the surface when in WASTELAND and DEAD tagged biomes and not COLD or SNOWY. D:"Acid Lakes Surface Chance"=0.08 D:"Acid Lakes Underground Chance"=0.01 D:"Moglava Lakes Surface Chance"=0.0 D:"Moglava Lakes Underground Chance"=0.01 # Ooze only generates on the surface when in COLD and SNOWY tagged biomes and not HOT. D:"Ooze Lakes Surface Chance"=0.08 D:"Ooze Lakes Underground Chance"=0.01 # Ooze only generates on the surface when in SWAMP and SPOOKY tagged biomes and not COLD or SNOWY. D:"Poison Lakes Surface Chance"=0.08 D:"Poison Lakes Underground Chance"=0.01 } "worldgen dimensions" { S:"Acid Lakes Dimensions"=-1, 1 B:"Acid Lakes Dimensions Whitelist Mode"=false S:"Moglava Lakes Dimensions"=-1 B:"Moglava Lakes Dimensions Whitelist Mode"=true S:"Ooze Lakes Dimensions"=-1, 1 B:"Ooze Lakes Dimensions Whitelist Mode"=false S:"Poison Lakes Dimensions"=-1, 1 B:"Poison Lakes Dimensions Whitelist Mode"=false }