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

beanworld = registerPreset("Bean Boozled", "images/beanworld", "The tried and true bean boozled challenge")
beanworld.registerDimension(0, "ScientificDreams/beanworld")

//bedrock = registerPreset("Bedrock Box", "images/bedrock", "a world that can only be expanded //by compact machines!")
//bedrock.registerDimension(0, "ScientificDreams/bedrock")

basicSkyIslands = registerPreset("Basic Sky Islands", "images/Sky Islands", "Sky Islands of various biomes and sizes.")
basicSkyIslands.registerDimension(0, "Sky Islands/Basic Sky Islands")

endportal = registerPreset("End Portal Start!", "images/endportalstart", "free ticket to the end!")
endportal.registerDimension(0, "ScientificDreams/endportalstart")

mine = registerPreset("Iron Haven Mine", "images/mine", "an old mine in the town of Iron Haven")
mine.registerDimension(0, "ScientificDreams/mine")

lavaisland = registerPreset("Cobblestone Generator","images/lava_island","Island with cobblestone generator to start off!")
lavaisland.registerDimension(0,"ScientificDreams/lava island")

skyisland = registerPreset("Default Island", "images/sky_island", "the default island of the pack!")
skyisland.registerDimension(0, "ScientificDreams/sky island")

hungryDarkness = registerPreset("Hungry Darkness", "images/Sky Islands", "Sky Islands of various biomes and sizes, but darkness below light level 7 deals damage to entities, including players.")
hungryDarkness.registerDimension(0, "Sky Islands/Hungry Darkness")

Tech = registerPreset("Lab", "images/Tech", "High Tech Lab")
Tech.registerDimension(0, "ScientificDreams/Tech")

oregen = registerPreset("Ore Gen","images/ore_gen", "void miners in a void world!")
oregen.registerDimension(0, "ScientificDreams/ore gen")

Overworld = registerPreset("Overrated", "images/Overworld", "Isn't this supposed to be a skyblock?")
Overworld.registerDimension(0, "ScientificDreams/Overworld")
 
SingleTree = registerPreset("Single Tree","images/lonley_tree","single tree in  a void world")
SingleTree.registerDimension(0, "ScientificDreams/Single Tree")

CastleStart = registerPreset("Castle Start", "images/Castle", "Start in the middle of a castle!")
CastleStart.registerDimension(0, "ScientificDreams/CastleStart")

CobwebDeathStart = registerPreset("Cobweb Death", "images/CobwebDeath", "Start on a plaform with cobwebs looming below you!")
CobwebDeathStart.registerDimension(0, "ScientificDreams/CobwebDeath")

DeathBlockStart = registerPreset("Death Block Start", "images/DeathBlock", "Start in a room surrounded by cursed earth!")
DeathBlockStart.registerDimension(0, "ScientificDreams/DeathBlock")

EndShipStart = registerPreset("End Ship Start", "images/endship", "Start On the End Ship!")
EndShipStart.registerDimension(0, "ScientificDreams/EndShip")

LavaOcean = registerPreset("Lava Ocean Start", "images/Lava_Ocean", "Start on a Platform with a lava ocean below!")
LavaOcean.registerDimension(0, "ScientificDreams/LavaOcean")

MagmaBlockStart = registerPreset("Magma Block Start ", "images/Magma", "Start on a platform with the land being magma blocks!")
MagmaBlockStart.registerDimension(0, "ScientificDreams/MagmaBlockStart")

MaterialIslands = registerPreset("Material Sky Islands Start", "images/Materialskys", "Start on a material sky island!")
MaterialIslands.registerDimension(0, "ScientificDreams/material_sky_islands")

Minerdream = registerPreset("Miners Dreams", "images/Valley", "Start on a sky island focused on mining!")
Minerdream.registerDimension(0, "ScientificDreams/valley")

MuffledStart = registerPreset("Muffled World", "images/Muffledworld", "Start without Sound!")
MuffledStart.registerDimension(0, "ScientificDreams/MuffledSkys")

ObsidianBoxStart = registerPreset("Obsidian Box Start", "images/Obsidian", "Start in a obsidian box in a world made of obsidian!")
ObsidianBoxStart.registerDimension(0, "ScientificDreams/ObsidianWorld")

tacotruck = registerPreset("Taco Trucks", "images/tacotruck", "2 competing taco trucks in a lot")
tacotruck.registerDimension(0, "ScientificDreams/tacotruck")

dungion_pyramid = registerPreset("Tomb Raider", "images/tombraider", "Old Fasion Tomb Raiding!")
dungion_pyramid.registerDimension(0, "ScientificDreams/tombraider")

pyrimid_plunder = registerPreset("Pyrimid Plunderer", "images/pyrimid_plunder", "Old Fasion pyrimid plundering!")
pyrimid_plunder.registerDimension(0, "ScientificDreams/pyrimid_plunder")

RiverStart = registerPreset("River Start", "images/River", "Start with a camp next to a river floating in the void!")
RiverStart.registerDimension(0, "ScientificDreams/RiverStart")

SpawnerStart = registerPreset("Spawner Start", "images/Spawner", "Start With a fully automatic mob spawner!")
SpawnerStart.registerDimension(0, "ScientificDreams/Spawner")

stoneBlock = registerPreset("Stone Block","images/cave","start In a cave in a world made up of only stone")
stoneBlock.registerDimension(0, "ScientificDreams/stoneblock")

superflat = registerPreset("Superflat", "images/superflat", "a super flat world!")
superflat.registerDimension(0, "ScientificDreams/superflat")

Farm = registerPreset("Tegridy Farms", "images/Farm", "Ol' McDonald had a farm.")
Farm.registerDimension(0, "ScientificDreams/Farm")

nothing = registerPreset("The Nothingness", "images/nothing", "Theres Nothing Here, or is there?")
nothing.registerDimension(0, "ScientificDreams/nothing")

dungion_pyramid = registerPreset("Tomb Raider", "images/dungion_pyramid", "Old Fasion Tomb Raiding!")
dungion_pyramid.registerDimension(0, "ScientificDreams/dungion_pyramid")

townsquare = registerPreset("Townsquare", "images/townsquare", "the center of a town!")
townsquare.registerDimension(0, "ScientificDreams/townsquare")

waterdungion = registerPreset("Underwater Temple", "images/waterdungion", "Deep Dive into a under water temple!")
waterdungion.registerDimension(0, "ScientificDreams/waterdungion")
 
WaterOcean = registerPreset("Water Ocean Start", "images/Water_Ocean", "Start on a Platform with a water ocean below!")
WaterOcean.registerDimension(0, "ScientificDreams/WaterOcean")

ResonantEnderOcean = registerPreset("Resonant Ender Ocean Start", "images/Resonant_Ocean", "Start on a Platform with a Resanant Ender ocean below!")
ResonantEnderOcean.registerDimension(0, "ScientificDreams/ResonantenderOcean")

GlassBoxResonantEnder = registerPreset("Resonant Ender Glassbox Start", "images/ResonantEnderBox", "Start in a Glass box in a world Filled With Resanant Ender!")
GlassBoxResonantEnder.registerDimension(0, "ScientificDreams/ResonantEnderGlassBox")

GlassBoxLavaStart = registerPreset("Lava Glass Box Start", "images/LavaBox", "Start in a Glass box in a world Filled With Lava!")
GlassBoxLavaStart.registerDimension(0, "ScientificDreams/LavaGlassBox")

GlassBoxWaterStart = registerPreset("Water Glass Box Start", "images/WaterGlassBox", "Start in a Glass box in a world Filled With Water!")
GlassBoxWaterStart.registerDimension(0, "ScientificDreams/WaterGlassBox")
