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

//Registers a preset. First argument is name, second is the image name, third is a description, fourth is WorldType, fifth is generator options Json.

skyAgriculture = registerPreset("Sky Agriculture", "images/Sky Islands", "The starting map for Sky Agriculture")
skyAgriculture.registerDimension(0, "Sky Islands/SkyAgriculture")

skyAgriculture2 = registerPreset("Memorial Island", "images/Sky Islands", "A Memorial to Technoblade. (Note this island doesnt spawn correctly, so you spawn very high above it.)")
skyAgriculture2.registerDimension(0,"Sky Islands/Memorial")

setAsDefaultWorldType()
printDocumentation(false)