//If this file is deleted, a new set of default configs will be generated.

//Sets if the mod should print documentation.
printDocumentation(false)

//Sets the Topography WorldType as default
setAsDefaultWorldType()

overworld = registerPreset("Overworld", "images/Overworld", "Basic overworld. Uses multithreaded noise to generate a bit faster than vanilla.")
overworld.registerDimension(0, "Worlds/Overworld")

stoneblock = registerPreset("Stoneblock", "images/Stoneblock", "Popular stoneblock.")
stoneblock.registerDimension(0, "Worlds/Stoneblock")

skyblock = registerPreset("Skyblock", "images/Skyblock", "A basic tree spawn structure.")
skyblock.registerDimension(0, "Worlds/Skyblock")

