diff --git a/dimensions/overworld.json b/dimensions/overworld.json index cfd767b6..dfb614c5 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -1,13 +1,21 @@ { + "version": 2, + "name": "Overworld", + "environment": "NORMAL", + "fluidHeight": 63, + + "CONTINENTS": "Continent settings containing placement of the continents.", + "continentZoom": 1, + "landChance": 0.69, + "biomeZoom": 8, "continentalStyle": { "style": "CELLULAR_HEIGHT_IRIS_DOUBLE", "zoom": 12.925, "exponent": 10.1 }, - "stronghold": "stronghold", - "decorate": true, - "landZoom": 3.15, - "placeObjects": true, + + "REGIONS": "Contains the list of regions and their placement style", + "regionZoom": 20, "regions": [ "mushroom", "swamp", @@ -23,33 +31,6 @@ "mesa", "ocean" ], - "seaBiomeStyle": { - "style": "CELLULAR_IRIS_DOUBLE" - }, - "seaZoom": 1.25, - "biomeZoom": 8, - "lootTries": 32, - "caveBiomeStyle": { - "style": "CELLULAR_IRIS_DOUBLE" - }, - "continentZoom": 1, - "postProcessing": true, - "postProcessCaves": true, - "Nipple-Remover": true, - "landBiomeStyle": { - "style": "CELLULAR", - "fracture": { - "multiplier": 18, - "maxFractureAccuracy": true, - "style": "FRACTAL_WATER", - "zoom": 0.255, - "fracture": { - "maxFractureAccuracy": true, - "style": "STATIC", - "multiplier": 4 - } - } - }, "regionStyle": { "style": "CELLULAR_IRIS_DOUBLE", "fracture": { @@ -64,184 +45,16 @@ } } }, - "aggressiveBiomeReshuffle": true, - "entitySpawnOverrides": [ - { - "cancelSourceSpawn": true, - "entity": "fred", - "rarity": 60, - "trigger": "VEX" - }, - { - "cancelSourceSpawn": true, - "entity": "fred", - "rarity": 260, - "trigger": "PANDA" - }, - { - "cancelSourceSpawn": true, - "entity": "dan", - "rarity": 250, - "trigger": "CREEPER" - }, - { - "cancelSourceSpawn": true, - "entity": "phantomapi", - "rarity": 70, - "trigger": "PHANTOM" - } - ], - "terrainZoom": 1, - "coordFractureZoom": 0.15, - "fluidHeight": 63, - "ravines": false, - "ravineRarity": 500, - "ravineRibRarity": 3, - "fluidPalette": { - "palette": [ - { - "block": "water" - } - ] - }, - "rockPalette": { - "palette": [ - { - "weight": 10, - "block": "stone" - }, - { - "block": "granite" - }, - { - "block": "andesite" - } - ], - "style": { - "style": "IRIS_THICK", - "zoom": 1.26, - "fracture": { - "style": "STATIC", - "multiplier": 3 - } - } - }, - "loot": { - "tables": [ - "global-treasure", - "global-tools", - "global-clutter" - ] - }, - "coordFractureDistance": 926, - "carving": true, - "carveLayers": [ - { - "style": { - "style": "IRIS_DOUBLE", - "zoom": 1, - "fracture": { - "multiplier": 5, - "style": "FRACTAL_SMOKE", - "zoom": 0.5 - } - }, - "fullPercent": 0.01, - "threshold": 0.75, - "minHeight": -40, - "maxHeight": 70 - }, - { - "style": { - "style": "PERLIN_IRIS_HALF", - "zoom": 0.3, - "fracture": { - "multiplier": 5, - "style": "FRACTAL_SMOKE", - "zoom": 0.5 - } - }, - "fullPercent": 0.5, - "threshold": 0.68, - "minHeight": -50, - "maxHeight": 100 - } - ], - "caves": true, - "caveLayers": [ - { - "canBreakSurface": true, - "caveThickness": 0.5, - "caveZoom": 0.7, - "horizontalSlope": { - "min": -40, - "max": 60, - "generator": { - "style": "SIMPLEX", - "zoom": 2 - } - }, - "verticalSlope": { - "min": 10, - "max": 110, - "generator": { - "style": "SIMPLEX", - "zoom": 4 - } - } - }, - { - "canBreakSurface": false, - "caveThickness": 0.5, - "caveZoom": 0.7, - "horizontalSlope": { - "min": -40, - "max": 30, - "generator": { - "style": "IRIS", - "zoom": 2 - } - }, - "verticalSlope": { - "min": 60, - "max": 255, - "generator": { - "style": "IRIS", - "zoom": 4 - } - } - }, + "SEAS": "Sea settings (for the biomes that are oceans).", + "seaZoom": 1.25, + "seaBiomeStyle": { + "style": "CELLULAR_IRIS_DOUBLE" + }, - { - "canBreakSurface": false, - "caveThickness": 0.1, - "caveZoom": 0.7, - "horizontalSlope": { - "min": -40, - "max": 50, - "generator": { - "style": "PERLIN", - "zoom": 2 - } - }, - "verticalSlope": { - "min": -40, - "max": 80, - "generator": { - "style": "PERLIN", - "zoom": 2 - } - }, - "fluid": { - "fluidHeight": 12, - "fluidType": { - "block": "lava" - } - } - } - ], - "shoreBiomeStyle": { + "LAND": "Land settings (for the biomes that are non-ocean).", + "landZoom": 3.15, + "landBiomeStyle": { "style": "CELLULAR", "fracture": { "multiplier": 18, @@ -255,9 +68,18 @@ } } }, - "landChance": 0.69, - "preventLeafDecay": true, - "version": 2, + + "LOOT": "Contains a list of loot tables that are attempted to be applied to all chests that spawn.", + "lootTries": 32, + "loot": { + "tables": [ + "global-treasure", + "global-tools", + "global-clutter" + ] + }, + + "ORES": "All settings in regards to deposits. Contains the ores spawning in your world.", "deposits": [ { "minHeight": 19, @@ -420,7 +242,206 @@ "varience": 9 } ], - "environment": "NORMAL", + "rockPalette": { + "palette": [ + { + "weight": 10, + "block": "stone" + }, + { + "block": "granite" + }, + { + "block": "andesite" + } + ], + "style": { + "style": "IRIS_THICK", + "zoom": 1.26, + "fracture": { + "style": "STATIC", + "multiplier": 3 + } + } + }, + + "CAVES": "All settings in regards to caves. Contains a toggle and the cave carve layers.", + "caves": true, + "caveLayers": [ + { + "canBreakSurface": true, + "caveThickness": 0.5, + "caveZoom": 0.7, + "horizontalSlope": { + "min": -40, + "max": 60, + "generator": { + "style": "SIMPLEX", + "zoom": 2 + } + }, + "verticalSlope": { + "min": 10, + "max": 110, + "generator": { + "style": "SIMPLEX", + "zoom": 4 + } + } + }, + { + "canBreakSurface": false, + "caveThickness": 0.5, + "caveZoom": 0.7, + "horizontalSlope": { + "min": -40, + "max": 30, + "generator": { + "style": "IRIS", + "zoom": 2 + } + }, + "verticalSlope": { + "min": 60, + "max": 255, + "generator": { + "style": "IRIS", + "zoom": 4 + } + } + }, + + + { + "canBreakSurface": false, + "caveThickness": 0.1, + "caveZoom": 0.7, + "horizontalSlope": { + "min": -40, + "max": 50, + "generator": { + "style": "PERLIN", + "zoom": 2 + } + }, + "verticalSlope": { + "min": -40, + "max": 80, + "generator": { + "style": "PERLIN", + "zoom": 2 + } + }, + "fluid": { + "fluidHeight": 12, + "fluidType": { + "block": "lava" + } + } + } + ], + "caveBiomeStyle": { + "style": "CELLULAR_IRIS_DOUBLE" + }, + + "CARVING": "Carving layers that cut off certain parts of the world", + "carving": true, + "carveLayers": [ + { + "style": { + "style": "IRIS_DOUBLE", + "zoom": 1, + "fracture": { + "multiplier": 5, + "style": "FRACTAL_SMOKE", + "zoom": 0.5 + } + }, + "fullPercent": 0.01, + "threshold": 0.75, + "minHeight": -40, + "maxHeight": 70 + }, + { + "style": { + "style": "PERLIN_IRIS_HALF", + "zoom": 0.3, + "fracture": { + "multiplier": 5, + "style": "FRACTAL_SMOKE", + "zoom": 0.5 + } + }, + "fullPercent": 0.5, + "threshold": 0.68, + "minHeight": -50, + "maxHeight": 100 + } + ], + + "RAVINES": "Settings regarding ravines. Iris does not know when and where they spawn, so it may look weird (with cave fluids)", + "ravines": false, + "ravineRarity": 500, + "ravineRibRarity": 3, + + "OTHER": "Other settings you probably should not touch.", + "aggressiveBiomeReshuffle": true, + "coordFractureDistance": 926, + "coordFractureZoom": 0.15, + "dimensionAngleDeg": 69, + "preventLeafDecay": true, + "postProcessCaves": true, + "postProcessing": true, + "placeObjects": true, + "terrainZoom": 1, + "stronghold": "stronghold", + "decorate": true, + "entitySpawnOverrides": [ + { + "cancelSourceSpawn": true, + "entity": "fred", + "rarity": 60, + "trigger": "VEX" + }, + { + "cancelSourceSpawn": true, + "entity": "fred", + "rarity": 260, + "trigger": "PANDA" + }, + { + "cancelSourceSpawn": true, + "entity": "dan", + "rarity": 250, + "trigger": "CREEPER" + }, + { + "cancelSourceSpawn": true, + "entity": "phantomapi", + "rarity": 70, + "trigger": "PHANTOM" + } + ], + "skylandBiomeStyle": { + "style": "CELLULAR_IRIS_DOUBLE" + }, + "islandBiomeStyle": { + "style": "CELLULAR_IRIS_DOUBLE" + }, + "shoreBiomeStyle": { + "style": "CELLULAR", + "fracture": { + "multiplier": 18, + "maxFractureAccuracy": true, + "style": "FRACTAL_WATER", + "zoom": 0.255, + "fracture": { + "maxFractureAccuracy": true, + "style": "STATIC", + "multiplier": 4 + } + } + }, "overlayNoise": [ { "min": 0, @@ -438,14 +459,5 @@ "zoom": 1.1 } } - ], - "islandBiomeStyle": { - "style": "CELLULAR_IRIS_DOUBLE" - }, - "skylandBiomeStyle": { - "style": "CELLULAR_IRIS_DOUBLE" - }, - "name": "Overworld", - "regionZoom": 20, - "dimensionAngleDeg": 19 + ] } \ No newline at end of file