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

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

emcStart = registerPreset("EMC Start", "images/EMC_START", "the default island of the pack!")
emcStart.registerDimension(0, "Project Equivalence/EMC Start")

