diff --git a/IrisDimension.md b/IrisDimension.md index 2876ae01..d678feb3 100644 --- a/IrisDimension.md +++ b/IrisDimension.md @@ -2,6 +2,7 @@ > Represents a dimension ```json { + "decorate": true, "landZoom": 1, "regions": [], "seaZoom": 1, @@ -10,6 +11,7 @@ "rockPalette": ["STONE"], "interpolationScale": 63, "focus": "", + "carving": true, "continentZoom": 1, "rockZoom": 5, "roughnessZoom": 2, @@ -18,6 +20,7 @@ "coordFractureZoom": 8, "fluidHeight": 63, "coordFractureDistance": 20, + "postProcess": true, "ceiling": "", "caveThickness": 1, "fluidPalette": ["WATER"], @@ -59,6 +62,15 @@ ## caves > Generate caves or not. +## carving +> Carve terrain or not + +## decorate +> Generate decorations or not + +## postProcess +> Use post processing features. Usually for production only as there is a gen speed cost. + ## ceiling > The ceiling dimension. Leave blank for normal sky. diff --git a/core.generators/generators/mountain-cliffs.json b/core.generators/generators/mountain-cliffs.json index 74eb72db..09e86920 100644 --- a/core.generators/generators/mountain-cliffs.json +++ b/core.generators/generators/mountain-cliffs.json @@ -4,7 +4,7 @@ "interpolationFunction": "BILINEAR", "interpolationScale": 188, "seed": 7246236, - "cliffHeightMax": 55, + "cliffHeightMax": 35, "cliffHeightMin": 29, "cliffHeightGenerator": { "sinCentered": false, diff --git a/iris.overworld.hot/biomes/hot-mesa-cliffs.json b/iris.overworld.hot/biomes/hot-mesa-cliffs.json index 24e5deef..3d899927 100644 --- a/iris.overworld.hot/biomes/hot-mesa-cliffs.json +++ b/iris.overworld.hot/biomes/hot-mesa-cliffs.json @@ -62,8 +62,8 @@ "generators":[ { "generator": "plain-cliffs", - "min": 10, - "max": 35 + "min": 3, + "max": 38 }, { "generator": "wavy", diff --git a/iris.overworld/dimensions/overworld.json b/iris.overworld/dimensions/overworld.json index 137255e3..ddaad01a 100644 --- a/iris.overworld/dimensions/overworld.json +++ b/iris.overworld/dimensions/overworld.json @@ -1,27 +1,29 @@ { "environment": "NORMAL", "fluidHeight": 63, - "biomeZoom": 0.88, - "regionZoom": 3, + "biomeZoom": 0.97, + "regionZoom": 3.7, "continentZoom": 1, "dimensionAngleDeg": 19, "terrainZoom": 1, - "landZoom": 2.5, - "shoreZoom": 1.5, - "seaZoom": 4, + "landZoom": 2.25, + "shoreZoom": 1.7, + "seaZoom": 4.25, "preventLeafDecay": true, "interpolationFunction": "BICUBIC", "interpolationScale": 12, "hermiteTension": 0.00001, "hermiteBias": 0.5, "roughnessHeight": 0, - "coordFractureZoom": 0.5, - "coordFractureDistance": 136, - "placeObjects": true, + "coordFractureZoom": 0.45, + "coordFractureDistance": 126, "roughnessZoom": 1, "caveScale": 1, "caveShift": 9, - "caves": true, + "caves": false, + "placeObjects": false, + "postProcess": false, + "decorate": false, "mirrorCeiling": false, "focus": "", "deposits": [