//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()

//Registers a preset. First argument is name, second is the image name, third is a description, fourth is WorldType, fifth is generator options Json.
basicSkyIslands = registerPreset("Basic Sky Islands", "images/Sky_Islands", "Sky Islands of various biomes and sizes.")
basicSkyIslands.registerDimension(0, "examples/Basic_Sky_Islands")


overworld = registerPreset("Ocean Overworld", "images/Desert_Overworld", "Overworld with only ocean biomes.")
overworld.registerDimension(0, "examples/Overworld_With_Only_Ocean_Biomes")

