From 0f03adfd936b91aad388d6e4934319bf54765f8f Mon Sep 17 00:00:00 2001 From: Espen Date: Thu, 20 May 2021 18:12:38 +0200 Subject: [PATCH 1/9] Proposed cave improvements --- dimensions/overworld.json | 131 ++++++++++++++++++++++++++++---------- 1 file changed, 98 insertions(+), 33 deletions(-) diff --git a/dimensions/overworld.json b/dimensions/overworld.json index e57dcd4e..f08e389f 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -137,39 +137,9 @@ }, "coordFractureDistance": 926, "caveLayers": [ - { - "canBreakSurface": false, - "horizontalSlope": { - "min": -110, - "max": 100, - "generator": { - "style": "FRACTAL_SMOKE", - "fracture": { - "multiplier": 9, - "style": "FRACTAL_SMOKE", - "zoom": 0.3 - } - } - }, - "caveThickness": 2, - "caveZoom": 1.25, - "verticalSlope": { - "min": 6, - "max": 82, - "generator": { - "style": "FRACTAL_SMOKE", - "fracture": { - "multiplier": 9, - "style": "IRIS_THICK", - "zoom": 0.3 - } - } - }, - "fluid": { - "fluidType": {"block": "water"}, - "fluidHeight": 10 - } - }, + + + { "canBreakSurface": true, "horizontalSlope": { @@ -199,8 +169,103 @@ "zoom": 0.3 } } + + + + + } + }, + + + { + "canBreakSurface": false, + "horizontalSlope": { + "min": -110, + "max": -100, + "generator": { + "style": "IRIS_THICK", + "zoom": 0.885, + "fracture": { + "multiplier": 5, + "style": "PERLIN", + "zoom": 0.3 + } + } + }, + "caveThickness": 0.7, + "caveZoom": 0.89, + "verticalSlope": { + "min": -10, + "max": 35, + "generator": { + "style": "IRIS_DOUBLE", + "zoom": 1.82 + } + } + }, + + + { + "canBreakSurface": false, + "horizontalSlope": { + "min": -110, + "max": -100, + "generator": { + "style": "PERLIN", + "zoom": 0.885, + "fracture": { + "multiplier": 5, + "style": "PERLIN", + "zoom": 0.3 + } + } + }, + "caveThickness": 0.7, + "caveZoom": 0.89, + "verticalSlope": { + "min": 10, + "max": 80, + "generator": { + "style": "FRACTAL_SMOKE", + "zoom": 1.82 + + } + } + }, + + { + "canBreakSurface": false, + "caveThickness": 0.1, + "caveZoom": 0.7, + "horizontalSlope": { + "min": -30, + "max": 30, + "generator": { + "style": "SIMPLEX", + "zoom": 2, + "fracture": { + "style": "SIMPLEX", + "zoom": 0.8, + "multiplier": 10 + } + } + }, + "verticalSlope": { + "min": 10, + "max": 30, + "generator": { + "style": "SIMPLEX", + "zoom": 2 + } + }, + "fluid": { + "fluidHeight": 13, + "fluidType": { + "block": "lava" + } } } + ], "shoreBiomeStyle": { "style": "CELLULAR", From d953c748c19dd8c348772df570a164d20f28000c Mon Sep 17 00:00:00 2001 From: Espen Date: Thu, 20 May 2021 18:16:43 +0200 Subject: [PATCH 2/9] clean-up pass(?) --- dimensions/overworld.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dimensions/overworld.json b/dimensions/overworld.json index f08e389f..9596c274 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -38,6 +38,8 @@ }, "continentZoom": 1, "postProcessing": true, + "postProcessCaves":true, + "Nipple-Remover":true, "landBiomeStyle": { "style": "CELLULAR", "fracture": { From 2c728f8eaba0763930a4aa7443f5b5e5b4d83f32 Mon Sep 17 00:00:00 2001 From: Espen Date: Thu, 20 May 2021 18:17:13 +0200 Subject: [PATCH 3/9] add ravines --- dimensions/overworld.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 9596c274..9a278ae1 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -98,9 +98,9 @@ "terrainZoom": 1, "coordFractureZoom": 0.15, "fluidHeight": 63, - "ravines": false, - "ravineRarity": 28, - "ravineRibRarity": 2, + "ravines": true, + "ravineRarity": 200, + "ravineRibRarity": 3, "fluidPalette": { "palette": [ { From 53b546044f61a416fc6e5a632f4c5f99cda9083d Mon Sep 17 00:00:00 2001 From: Espen Date: Thu, 20 May 2021 18:18:06 +0200 Subject: [PATCH 4/9] tweak ores --- dimensions/overworld.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 9a278ae1..48570d02 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -290,7 +290,7 @@ "deposits": [ { "minHeight": 19, - "maxPerChunk": 12, + "maxPerChunk": 20, "maxHeight": 150, "minPerChunk": 4, "minSize": 22, @@ -307,7 +307,7 @@ }, { "minHeight": 45, - "maxPerChunk": 12, + "maxPerChunk": 20, "maxHeight": 140, "minPerChunk": 4, "minSize": 19, @@ -321,7 +321,7 @@ }, { "minHeight": 25, - "maxPerChunk": 12, + "maxPerChunk": 5, "maxHeight": 95, "minPerChunk": 4, "minSize": 19, @@ -335,7 +335,7 @@ }, { "minHeight": 35, - "maxPerChunk": 12, + "maxPerChunk": 30, "maxHeight": 100, "minPerChunk": 4, "minSize": 19, @@ -349,7 +349,7 @@ }, { "minHeight": 45, - "maxPerChunk": 12, + "maxPerChunk": 30, "maxHeight": 115, "minPerChunk": 4, "minSize": 19, @@ -365,7 +365,7 @@ "minHeight": 2, "maxPerChunk": 2, "maxHeight": 18, - "minPerChunk": 1, + "minPerChunk": 0, "minSize": 2, "maxSize": 5, "palette": [ @@ -377,7 +377,7 @@ }, { "minHeight": 4, - "maxPerChunk": 5, + "maxPerChunk": 8, "maxHeight": 40, "minPerChunk": 1, "minSize": 5, @@ -394,7 +394,7 @@ }, { "minHeight": 3, - "maxPerChunk": 2, + "maxPerChunk": 5, "maxHeight": 67, "minPerChunk": 1, "minSize": 1, @@ -408,7 +408,7 @@ }, { "minHeight": 3, - "maxPerChunk": 2, + "maxPerChunk": 5, "maxHeight": 29, "minPerChunk": 0, "minSize": 3, @@ -422,9 +422,9 @@ }, { "minHeight": 1, - "maxPerChunk": 9, - "maxHeight": 120, - "minPerChunk": 9, + "maxPerChunk": 25, + "maxHeight": 255, + "minPerChunk": 15, "minSize": 3, "maxSize": 8, "palette": [ @@ -436,8 +436,8 @@ }, { "minHeight": 1, - "maxPerChunk": 10, - "maxHeight": 175, + "maxPerChunk": 30, + "maxHeight": 255, "minPerChunk": 9, "minSize": 6, "maxSize": 10, From 27a8dd75d51224511cfe56f5407e43c1701a38f1 Mon Sep 17 00:00:00 2001 From: Espen Date: Thu, 20 May 2021 18:29:47 +0200 Subject: [PATCH 5/9] Revert "tweak ores" This reverts commit 53b546044f61a416fc6e5a632f4c5f99cda9083d. --- dimensions/overworld.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 48570d02..9a278ae1 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -290,7 +290,7 @@ "deposits": [ { "minHeight": 19, - "maxPerChunk": 20, + "maxPerChunk": 12, "maxHeight": 150, "minPerChunk": 4, "minSize": 22, @@ -307,7 +307,7 @@ }, { "minHeight": 45, - "maxPerChunk": 20, + "maxPerChunk": 12, "maxHeight": 140, "minPerChunk": 4, "minSize": 19, @@ -321,7 +321,7 @@ }, { "minHeight": 25, - "maxPerChunk": 5, + "maxPerChunk": 12, "maxHeight": 95, "minPerChunk": 4, "minSize": 19, @@ -335,7 +335,7 @@ }, { "minHeight": 35, - "maxPerChunk": 30, + "maxPerChunk": 12, "maxHeight": 100, "minPerChunk": 4, "minSize": 19, @@ -349,7 +349,7 @@ }, { "minHeight": 45, - "maxPerChunk": 30, + "maxPerChunk": 12, "maxHeight": 115, "minPerChunk": 4, "minSize": 19, @@ -365,7 +365,7 @@ "minHeight": 2, "maxPerChunk": 2, "maxHeight": 18, - "minPerChunk": 0, + "minPerChunk": 1, "minSize": 2, "maxSize": 5, "palette": [ @@ -377,7 +377,7 @@ }, { "minHeight": 4, - "maxPerChunk": 8, + "maxPerChunk": 5, "maxHeight": 40, "minPerChunk": 1, "minSize": 5, @@ -394,7 +394,7 @@ }, { "minHeight": 3, - "maxPerChunk": 5, + "maxPerChunk": 2, "maxHeight": 67, "minPerChunk": 1, "minSize": 1, @@ -408,7 +408,7 @@ }, { "minHeight": 3, - "maxPerChunk": 5, + "maxPerChunk": 2, "maxHeight": 29, "minPerChunk": 0, "minSize": 3, @@ -422,9 +422,9 @@ }, { "minHeight": 1, - "maxPerChunk": 25, - "maxHeight": 255, - "minPerChunk": 15, + "maxPerChunk": 9, + "maxHeight": 120, + "minPerChunk": 9, "minSize": 3, "maxSize": 8, "palette": [ @@ -436,8 +436,8 @@ }, { "minHeight": 1, - "maxPerChunk": 30, - "maxHeight": 255, + "maxPerChunk": 10, + "maxHeight": 175, "minPerChunk": 9, "minSize": 6, "maxSize": 10, From 17d7f84db44268383952930c66e58cd413e18554 Mon Sep 17 00:00:00 2001 From: Espen Date: Fri, 4 Jun 2021 11:39:36 +0200 Subject: [PATCH 6/9] cleaner caves --- dimensions/overworld.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/dimensions/overworld.json b/dimensions/overworld.json index f04f6962..5f32e7dd 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -285,11 +285,11 @@ "caves": true, "landChance": 0.69, "preventLeafDecay": true, - "version": 2, + "version": 3, "deposits": [ { "minHeight": 19, - "maxPerChunk": 12, + "maxPerChunk": 20, "maxHeight": 150, "minPerChunk": 4, "minSize": 22, @@ -306,7 +306,7 @@ }, { "minHeight": 45, - "maxPerChunk": 12, + "maxPerChunk": 20, "maxHeight": 140, "minPerChunk": 4, "minSize": 19, @@ -320,7 +320,7 @@ }, { "minHeight": 25, - "maxPerChunk": 12, + "maxPerChunk": 5, "maxHeight": 95, "minPerChunk": 4, "minSize": 19, @@ -334,7 +334,7 @@ }, { "minHeight": 35, - "maxPerChunk": 12, + "maxPerChunk": 30, "maxHeight": 100, "minPerChunk": 4, "minSize": 19, @@ -348,7 +348,7 @@ }, { "minHeight": 45, - "maxPerChunk": 12, + "maxPerChunk": 30, "maxHeight": 115, "minPerChunk": 4, "minSize": 19, @@ -364,7 +364,7 @@ "minHeight": 2, "maxPerChunk": 2, "maxHeight": 18, - "minPerChunk": 1, + "minPerChunk": 0, "minSize": 2, "maxSize": 5, "palette": [ @@ -376,9 +376,9 @@ }, { "minHeight": 4, - "maxPerChunk": 5, + "maxPerChunk": 2, "maxHeight": 40, - "minPerChunk": 1, + "minPerChunk": 0, "minSize": 5, "maxSize": 8, "palette": [ @@ -393,9 +393,9 @@ }, { "minHeight": 3, - "maxPerChunk": 2, + "maxPerChunk": 5, "maxHeight": 67, - "minPerChunk": 1, + "minPerChunk": 0, "minSize": 1, "maxSize": 3, "palette": [ @@ -407,7 +407,7 @@ }, { "minHeight": 3, - "maxPerChunk": 2, + "maxPerChunk": 5, "maxHeight": 29, "minPerChunk": 0, "minSize": 3, @@ -421,9 +421,9 @@ }, { "minHeight": 1, - "maxPerChunk": 9, - "maxHeight": 120, - "minPerChunk": 9, + "maxPerChunk": 20, + "maxHeight": 255, + "minPerChunk": 10, "minSize": 3, "maxSize": 8, "palette": [ @@ -435,8 +435,8 @@ }, { "minHeight": 1, - "maxPerChunk": 10, - "maxHeight": 175, + "maxPerChunk": 30, + "maxHeight": 255, "minPerChunk": 9, "minSize": 6, "maxSize": 10, From d86260010b5020c59aa5d55ad90c5ebe43e32670 Mon Sep 17 00:00:00 2001 From: Espen Date: Sat, 5 Jun 2021 00:54:43 +0200 Subject: [PATCH 7/9] redo caves --- dimensions/overworld.json | 189 ++++++++++++++++++-------------------- 1 file changed, 88 insertions(+), 101 deletions(-) diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 5f32e7dd..64ba82dd 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -30,7 +30,7 @@ }, "seaZoom": 1.25, "biomeZoom": 8.09, - "carving": true, + "lootTries": 32, "caveBiomeStyle": { "style": "CELLULAR_IRIS_DOUBLE" @@ -38,7 +38,7 @@ "continentZoom": 1, "postProcessing": true, "postProcessCaves":true, - "Nipple-Remover":true, + "Nipple-Remover":true, "landBiomeStyle": { "style": "CELLULAR", "fracture": { @@ -98,7 +98,7 @@ "coordFractureZoom": 0.15, "fluidHeight": 63, "ravines": true, - "ravineRarity": 200, + "ravineRarity": 500, "ravineRibRarity": 3, "fluidPalette": { "palette": [ @@ -137,136 +137,123 @@ ] }, "coordFractureDistance": 926, + + + + "carving": true, + "carveLayers": [ + { + "style": { + "style": "IRIS_DOUBLE", + "zoom": 1.0, + "fracture": { + "multiplier": 20, + "style": "FRACTAL_SMOKE", + "zoom": 0.5 + } + }, + "fullPercent": 0.01, + "threshold": 0.75, + "minHeight": -30, + "maxHeight": 70 + }, + + { + "style": { + "style": "PERLIN_IRIS_HALF", + "zoom": 0.3, + "fracture": { + "multiplier": 20, + "style": "FRACTAL_SMOKE", + "zoom": 0.5 + } + }, + "fullPercent": 0.5, + "threshold": 0.68, + "minHeight": -100, + "maxHeight": 100 + } + + + ], + "caves": true, "caveLayers": [ + { + "canBreakSurface": false, + "caveThickness": 0.5, + "caveZoom": 0.7, + "horizontalSlope": { + "min": -50, + "max": 30, + "generator": { + "style": "IRIS", + "zoom": 2 + + } + }, + "verticalSlope": { + "min": 60, + "max": 255, + "generator": { + "style": "IRIS", + "zoom": 4 + } + } + }, + { "canBreakSurface": true, + "caveThickness": 0.5, + "caveZoom": 0.7, "horizontalSlope": { - "min": -20, - "max": 10, + "min": -50, + "max": 50, "generator": { - "style": "IRIS_THICK", - "zoom": 0.885, - "fracture": { - "multiplier": 9, - "style": "IRIS_THICK", - "zoom": 0.3 - } + "style": "SIMPLEX", + "zoom": 2 + } }, - "caveThickness": 0.7, - "caveZoom": 0.89, - "verticalSlope": { - "min": 68, - "max": 110, - "generator": { - "style": "IRIS_DOUBLE", - "zoom": 1.82, - "fracture": { - "multiplier": 9, - "style": "IRIS_THICK", - "zoom": 0.3 - } - } - - - - - } - }, - - - { - "canBreakSurface": false, - "horizontalSlope": { - "min": -110, - "max": -100, - "generator": { - "style": "IRIS_THICK", - "zoom": 0.885, - "fracture": { - "multiplier": 5, - "style": "PERLIN", - "zoom": 0.3 - } - } - }, - "caveThickness": 0.7, - "caveZoom": 0.89, - "verticalSlope": { - "min": -10, - "max": 35, - "generator": { - "style": "IRIS_DOUBLE", - "zoom": 1.82 - } - } - }, - - - { - "canBreakSurface": false, - "horizontalSlope": { - "min": -110, - "max": -100, - "generator": { - "style": "PERLIN", - "zoom": 0.885, - "fracture": { - "multiplier": 5, - "style": "PERLIN", - "zoom": 0.3 - } - } - }, - "caveThickness": 0.7, - "caveZoom": 0.89, "verticalSlope": { "min": 10, - "max": 80, + "max": 100, "generator": { - "style": "FRACTAL_SMOKE", - "zoom": 1.82 - + "style": "SIMPLEX", + "zoom": 4 } } }, - { "canBreakSurface": false, "caveThickness": 0.1, "caveZoom": 0.7, "horizontalSlope": { - "min": -30, - "max": 30, + "min": -50, + "max": 50, "generator": { - "style": "SIMPLEX", - "zoom": 2, - "fracture": { - "style": "SIMPLEX", - "zoom": 0.8, - "multiplier": 10 - } + "style": "PERLIN", + "zoom": 2 + } }, "verticalSlope": { - "min": 10, - "max": 30, + "min": -50, + "max": 70, "generator": { - "style": "SIMPLEX", + "style": "PERLIN", "zoom": 2 } }, "fluid": { - "fluidHeight": 13, + "fluidHeight": 12, "fluidType": { "block": "lava" } } } - ], "shoreBiomeStyle": { "style": "CELLULAR", @@ -282,7 +269,7 @@ } } }, - "caves": true, + "landChance": 0.69, "preventLeafDecay": true, "version": 3, @@ -362,10 +349,10 @@ }, { "minHeight": 2, - "maxPerChunk": 2, + "maxPerChunk": 1, "maxHeight": 18, "minPerChunk": 0, - "minSize": 2, + "minSize": 0, "maxSize": 5, "palette": [ { From e802407f807c321bd7b271164f12ca5874bf0fed Mon Sep 17 00:00:00 2001 From: Espen Date: Sat, 5 Jun 2021 22:32:38 +0200 Subject: [PATCH 8/9] return ores and version to default --- dimensions/overworld.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 64ba82dd..4490bd5a 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -272,11 +272,11 @@ "landChance": 0.69, "preventLeafDecay": true, - "version": 3, + "version": 2, "deposits": [ { "minHeight": 19, - "maxPerChunk": 20, + "maxPerChunk": 12, "maxHeight": 150, "minPerChunk": 4, "minSize": 22, @@ -293,7 +293,7 @@ }, { "minHeight": 45, - "maxPerChunk": 20, + "maxPerChunk": 12, "maxHeight": 140, "minPerChunk": 4, "minSize": 19, @@ -307,7 +307,7 @@ }, { "minHeight": 25, - "maxPerChunk": 5, + "maxPerChunk": 12, "maxHeight": 95, "minPerChunk": 4, "minSize": 19, @@ -321,7 +321,7 @@ }, { "minHeight": 35, - "maxPerChunk": 30, + "maxPerChunk": 12, "maxHeight": 100, "minPerChunk": 4, "minSize": 19, @@ -335,7 +335,7 @@ }, { "minHeight": 45, - "maxPerChunk": 30, + "maxPerChunk": 12, "maxHeight": 115, "minPerChunk": 4, "minSize": 19, @@ -349,10 +349,10 @@ }, { "minHeight": 2, - "maxPerChunk": 1, + "maxPerChunk": 2, "maxHeight": 18, - "minPerChunk": 0, - "minSize": 0, + "minPerChunk": 1, + "minSize": 2, "maxSize": 5, "palette": [ { @@ -363,9 +363,9 @@ }, { "minHeight": 4, - "maxPerChunk": 2, + "maxPerChunk": 5, "maxHeight": 40, - "minPerChunk": 0, + "minPerChunk": 1, "minSize": 5, "maxSize": 8, "palette": [ @@ -380,9 +380,9 @@ }, { "minHeight": 3, - "maxPerChunk": 5, + "maxPerChunk": 2, "maxHeight": 67, - "minPerChunk": 0, + "minPerChunk": 1, "minSize": 1, "maxSize": 3, "palette": [ @@ -394,7 +394,7 @@ }, { "minHeight": 3, - "maxPerChunk": 5, + "maxPerChunk": 2, "maxHeight": 29, "minPerChunk": 0, "minSize": 3, @@ -408,9 +408,9 @@ }, { "minHeight": 1, - "maxPerChunk": 20, - "maxHeight": 255, - "minPerChunk": 10, + "maxPerChunk": 9, + "maxHeight": 120, + "minPerChunk": 9, "minSize": 3, "maxSize": 8, "palette": [ @@ -422,8 +422,8 @@ }, { "minHeight": 1, - "maxPerChunk": 30, - "maxHeight": 255, + "maxPerChunk": 10, + "maxHeight": 175, "minPerChunk": 9, "minSize": 6, "maxSize": 10, From e71d315a6ab1bc4385afec1a128922c7a8d50291 Mon Sep 17 00:00:00 2001 From: Espen Date: Sat, 5 Jun 2021 22:43:25 +0200 Subject: [PATCH 9/9] disable ravines --- dimensions/overworld.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 4490bd5a..ab4f8c68 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -97,7 +97,7 @@ "terrainZoom": 1, "coordFractureZoom": 0.15, "fluidHeight": 63, - "ravines": true, + "ravines": false, "ravineRarity": 500, "ravineRibRarity": 3, "fluidPalette": {