From 596e34a09310d9cf6bb8919bd0dcdbe680d07606 Mon Sep 17 00:00:00 2001 From: cyberpwn Date: Tue, 21 Sep 2021 07:43:10 -0400 Subject: [PATCH 1/2] Reduce cave / ravine sizes, never exceed 130 --- caves/deep/elongated.json | 2 +- caves/deep/main.json | 2 +- caves/rocky/tubes.json | 2 +- ravines/calcite/main.json | 2 +- ravines/deep/main.json | 2 +- ravines/drip/main.json | 2 +- ravines/ice/main.json | 2 +- ravines/mixed-sandstone/main.json | 2 +- ravines/red-sandstone/main.json | 2 +- ravines/rocky/main.json | 2 +- ravines/sandstone/main.json | 2 +- ravines/simple/main.json | 2 +- ravines/swamp/main.json | 2 +- ravines/volcanic/main.json | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/caves/deep/elongated.json b/caves/deep/elongated.json index be311df9..b2ad2606 100644 --- a/caves/deep/elongated.json +++ b/caves/deep/elongated.json @@ -43,7 +43,7 @@ "zoom": 0.5 } }, - "maxDistance": 230, + "maxDistance": 128, "yStyle": { "min": -2, "max": 1, diff --git a/caves/deep/main.json b/caves/deep/main.json index b1e904a1..3f3d301f 100644 --- a/caves/deep/main.json +++ b/caves/deep/main.json @@ -38,7 +38,7 @@ "min": 2, "style": {"style": "NOWHERE"} }, - "maxDistance": 129, + "maxDistance": 75, "yStyle": { "min": -3, "max": 1, diff --git a/caves/rocky/tubes.json b/caves/rocky/tubes.json index fcb2b21e..20e27ad2 100644 --- a/caves/rocky/tubes.json +++ b/caves/rocky/tubes.json @@ -40,7 +40,7 @@ "min": 2, "style": {"style": "STATIC"} }, - "maxDistance": 150, + "maxDistance": 122, "yStyle": { "min": -3, "max": 2, diff --git a/ravines/calcite/main.json b/ravines/calcite/main.json index d83560ec..e1fe106e 100644 --- a/ravines/calcite/main.json +++ b/ravines/calcite/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 128, + "maxDistance": 77, "maxIterations": 128 }, "customBiome": "carving/calcite", diff --git a/ravines/deep/main.json b/ravines/deep/main.json index 4284038a..5b2a9f6d 100644 --- a/ravines/deep/main.json +++ b/ravines/deep/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 128, + "maxDistance": 77, "maxIterations": 128 }, "customBiome": "carving/rocky", diff --git a/ravines/drip/main.json b/ravines/drip/main.json index 8021075c..dcf0bba1 100644 --- a/ravines/drip/main.json +++ b/ravines/drip/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 128, + "maxDistance": 77, "maxIterations": 128 }, "customBiome": "carving/drip", diff --git a/ravines/ice/main.json b/ravines/ice/main.json index d01e02c4..4037eece 100644 --- a/ravines/ice/main.json +++ b/ravines/ice/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 128, + "maxDistance": 77, "maxIterations": 128 }, "customBiome": "carving/ice-ravine", diff --git a/ravines/mixed-sandstone/main.json b/ravines/mixed-sandstone/main.json index 0b0a6a57..184f6956 100644 --- a/ravines/mixed-sandstone/main.json +++ b/ravines/mixed-sandstone/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 128, + "maxDistance": 77, "maxIterations": 128 }, "customBiome": "carving/mixed-sandstone", diff --git a/ravines/red-sandstone/main.json b/ravines/red-sandstone/main.json index 8a557619..3a40a38e 100644 --- a/ravines/red-sandstone/main.json +++ b/ravines/red-sandstone/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 128, + "maxDistance": 77, "maxIterations": 128 }, "customBiome": "carving/red-sandstone", diff --git a/ravines/rocky/main.json b/ravines/rocky/main.json index 77e0ceae..bd6b8dd8 100644 --- a/ravines/rocky/main.json +++ b/ravines/rocky/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 128, + "maxDistance": 77, "maxIterations": 128 }, "customBiome": "carving/rocky", diff --git a/ravines/sandstone/main.json b/ravines/sandstone/main.json index e31ca735..7ae4c96e 100644 --- a/ravines/sandstone/main.json +++ b/ravines/sandstone/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 128, + "maxDistance": 77, "maxIterations": 128 }, "customBiome": "carving/sandstone", diff --git a/ravines/simple/main.json b/ravines/simple/main.json index 6a11525a..cc05376d 100644 --- a/ravines/simple/main.json +++ b/ravines/simple/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 128, + "maxDistance": 77, "maxIterations": 128 }, "fork": { diff --git a/ravines/swamp/main.json b/ravines/swamp/main.json index a0a8d049..137723ae 100644 --- a/ravines/swamp/main.json +++ b/ravines/swamp/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 128, + "maxDistance": 77, "maxIterations": 128 }, "customBiome": "carving/swamp", diff --git a/ravines/volcanic/main.json b/ravines/volcanic/main.json index 03716292..2cc9306c 100644 --- a/ravines/volcanic/main.json +++ b/ravines/volcanic/main.json @@ -28,7 +28,7 @@ "max": 3, "min": 3 }, - "maxDistance": 128, + "maxDistance": 77, "maxIterations": 128 }, "customBiome": "carving/volcanic", From 504c93c2971a16708dd81fcc03725f97c38bc6c2 Mon Sep 17 00:00:00 2001 From: cyberpwn Date: Tue, 21 Sep 2021 08:16:45 -0400 Subject: [PATCH 2/2] Reduce mantle size --- caves/calcite/main.json | 2 +- caves/deep/elongated.json | 2 +- caves/deep/main.json | 2 +- caves/drip/main.json | 2 +- caves/jungle/main.json | 2 +- caves/mixed-sandstone/main.json | 2 +- caves/red-sandstone/main.json | 2 +- caves/rocky/main.json | 2 +- caves/sandstone/main.json | 2 +- caves/simple/main.json | 2 +- caves/volcanic/main.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/caves/calcite/main.json b/caves/calcite/main.json index 8e5fe6e4..26b29505 100644 --- a/caves/calcite/main.json +++ b/caves/calcite/main.json @@ -27,7 +27,7 @@ "min": 4, "style": {"style": "STATIC"} }, - "maxDistance": 129, + "maxDistance": 77, "yStyle": { "min": -3, "max": 1, diff --git a/caves/deep/elongated.json b/caves/deep/elongated.json index b2ad2606..8278589c 100644 --- a/caves/deep/elongated.json +++ b/caves/deep/elongated.json @@ -43,7 +43,7 @@ "zoom": 0.5 } }, - "maxDistance": 128, + "maxDistance": 77, "yStyle": { "min": -2, "max": 1, diff --git a/caves/deep/main.json b/caves/deep/main.json index 3f3d301f..1fbbd1dc 100644 --- a/caves/deep/main.json +++ b/caves/deep/main.json @@ -38,7 +38,7 @@ "min": 2, "style": {"style": "NOWHERE"} }, - "maxDistance": 75, + "maxDistance": 55, "yStyle": { "min": -3, "max": 1, diff --git a/caves/drip/main.json b/caves/drip/main.json index 3bd80005..3b78ac95 100644 --- a/caves/drip/main.json +++ b/caves/drip/main.json @@ -28,7 +28,7 @@ "min": 4, "style": {"style": "STATIC"} }, - "maxDistance": 129, + "maxDistance": 77, "yStyle": { "min": -3, "max": 1, diff --git a/caves/jungle/main.json b/caves/jungle/main.json index a35f5e8c..29a27af9 100644 --- a/caves/jungle/main.json +++ b/caves/jungle/main.json @@ -45,7 +45,7 @@ "min": 3, "style": {"style": "SIMPLEX"} }, - "maxDistance": 100, + "maxDistance": 77, "yStyle": { "min": -3, "max": 1, diff --git a/caves/mixed-sandstone/main.json b/caves/mixed-sandstone/main.json index 69079ebc..13585f96 100644 --- a/caves/mixed-sandstone/main.json +++ b/caves/mixed-sandstone/main.json @@ -27,7 +27,7 @@ "min": 4, "style": {"style": "STATIC"} }, - "maxDistance": 129, + "maxDistance": 77, "yStyle": { "min": -3, "max": 1, diff --git a/caves/red-sandstone/main.json b/caves/red-sandstone/main.json index 9a216cf1..c4936895 100644 --- a/caves/red-sandstone/main.json +++ b/caves/red-sandstone/main.json @@ -27,7 +27,7 @@ "min": 4, "style": {"style": "STATIC"} }, - "maxDistance": 129, + "maxDistance": 77, "yStyle": { "min": -3, "max": 1, diff --git a/caves/rocky/main.json b/caves/rocky/main.json index 45e55782..0876e264 100644 --- a/caves/rocky/main.json +++ b/caves/rocky/main.json @@ -27,7 +27,7 @@ "min": 4, "style": {"style": "STATIC"} }, - "maxDistance": 129, + "maxDistance": 77, "yStyle": { "min": -3, "max": 1, diff --git a/caves/sandstone/main.json b/caves/sandstone/main.json index bf7f2bc4..c44fbaff 100644 --- a/caves/sandstone/main.json +++ b/caves/sandstone/main.json @@ -27,7 +27,7 @@ "min": 4, "style": {"style": "STATIC"} }, - "maxDistance": 129, + "maxDistance": 77, "yStyle": { "min": -3, "max": 1, diff --git a/caves/simple/main.json b/caves/simple/main.json index 5491a331..28199eed 100644 --- a/caves/simple/main.json +++ b/caves/simple/main.json @@ -26,7 +26,7 @@ "min": 4, "style": {"style": "STATIC"} }, - "maxDistance": 129, + "maxDistance": 77, "yStyle": { "min": -3, "max": 1, diff --git a/caves/volcanic/main.json b/caves/volcanic/main.json index 75af4881..23321381 100644 --- a/caves/volcanic/main.json +++ b/caves/volcanic/main.json @@ -27,7 +27,7 @@ "min": 4, "style": {"style": "STATIC"} }, - "maxDistance": 129, + "maxDistance": 77, "yStyle": { "min": -3, "max": 1,