//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.

overworld = registerPreset("Mundo normal", "images/Overworld", "O mundo normal, APENAS.")
overworld.registerDimension(0, "examples/Overworld")

skychicken = registerPreset("SkyChicken Island", "images/skychicken", "Esta é a ilha do SkyChicken, e é onde vai iniciar sua jornada.")
skychicken.registerDimension(0, "skychicken")


