From 48be17d01f6cc8077873ec2509d9680e6ce63be9 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Tue, 1 Sep 2020 21:47:27 -0400 Subject: [PATCH] Perf --- biomes/hot-mesa-blue.json | 2 +- biomes/hot-mesa-cliffs-yellow.json | 2 +- biomes/hot-mesa-cliffs.json | 7 +------ biomes/hot-mesa-dark.json | 2 +- biomes/hot-mesa-red.json | 2 +- biomes/tundra-mountains.json | 6 +++--- dimensions/overworld.json | 7 ++++++- generators/mesa.json | 2 +- generators/mountain-cliffs.json | 2 +- generators/mountain.json | 2 +- generators/plain-chaotic.json | 2 +- generators/plain-cliffs-thin.json | 2 +- generators/plain-cliffs.json | 2 +- generators/plain.json | 2 +- generators/sharp.json | 2 +- generators/sharper.json | 2 +- 16 files changed, 23 insertions(+), 23 deletions(-) diff --git a/biomes/hot-mesa-blue.json b/biomes/hot-mesa-blue.json index 38daf616..dfb50e5e 100644 --- a/biomes/hot-mesa-blue.json +++ b/biomes/hot-mesa-blue.json @@ -1,6 +1,6 @@ { "name": "Midnight Mesa", - "rarity": 15, + "rarity": 16, "lockLayers": true, "layers": [ { diff --git a/biomes/hot-mesa-cliffs-yellow.json b/biomes/hot-mesa-cliffs-yellow.json index 03b577e7..917d8c01 100644 --- a/biomes/hot-mesa-cliffs-yellow.json +++ b/biomes/hot-mesa-cliffs-yellow.json @@ -1,7 +1,7 @@ { "name": "Yellow Mesa", "lockLayers": true, - "rarity": 3, + "rarity": 8, "layers": [ { "minHeight": 1, diff --git a/biomes/hot-mesa-cliffs.json b/biomes/hot-mesa-cliffs.json index 23e1967e..264c1271 100644 --- a/biomes/hot-mesa-cliffs.json +++ b/biomes/hot-mesa-cliffs.json @@ -1,7 +1,7 @@ { "name": "Shattered Mesa", "lockLayers": true, - "rarity": 4, + "rarity": 8, "layers": [ { "minHeight": 1, @@ -105,11 +105,6 @@ ] }, "generators": [ - { - "generator": "mesa-sharp-4", - "min": 3, - "max": 6 - }, { "generator": "mesa", "min": 25, diff --git a/biomes/hot-mesa-dark.json b/biomes/hot-mesa-dark.json index 4c5aaea8..585eb014 100644 --- a/biomes/hot-mesa-dark.json +++ b/biomes/hot-mesa-dark.json @@ -1,7 +1,7 @@ { "name": "Mesa", "lockLayers": true, - "rarity": 3, + "rarity": 5, "layers": [ { "minHeight": 1, diff --git a/biomes/hot-mesa-red.json b/biomes/hot-mesa-red.json index 79f1f1b1..bd43b93b 100644 --- a/biomes/hot-mesa-red.json +++ b/biomes/hot-mesa-red.json @@ -1,6 +1,6 @@ { "name": "Bloody Mesa", - "rarity": 13, + "rarity": 15, "lockLayers": true, "layers": [ { diff --git a/biomes/tundra-mountains.json b/biomes/tundra-mountains.json index 8139dbdd..50813e3c 100644 --- a/biomes/tundra-mountains.json +++ b/biomes/tundra-mountains.json @@ -22,9 +22,9 @@ ], "generators": [ { - "generator": "plain", - "min": 29, - "max": 63 + "generator": "mountain", + "min": 66, + "max": 83 } ], "children": [ diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 79b1f8c2..ac40c595 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -155,6 +155,10 @@ "phase": 0, "processor": "wall-painter" }, + { + "phase": 0, + "processor": "floating-block-remover" + }, { "phase": 0, "processor": "pothole-filler" @@ -211,7 +215,8 @@ } }, "continentalStyle": { - "style": "CELLULAR_IRIS_DOUBLE" + "style": "FRACTAL_BILLOW_IRIS", + "zoom": 1.125 }, "continentZoom": 1, "dimensionAngleDeg": 19, diff --git a/generators/mesa.json b/generators/mesa.json index a54e81fb..92890a9c 100644 --- a/generators/mesa.json +++ b/generators/mesa.json @@ -1,6 +1,6 @@ { "interpolator": { - "function": "HERMITE_STARCAST_9", + "function": "BILINEAR_STARCAST_3", "horizontalScale": 52 }, "seed": 2246661, diff --git a/generators/mountain-cliffs.json b/generators/mountain-cliffs.json index 5ad083eb..78065288 100644 --- a/generators/mountain-cliffs.json +++ b/generators/mountain-cliffs.json @@ -16,7 +16,7 @@ } ], "interpolator": { - "function": "HERMITE_STARCAST_9", + "function": "BILINEAR_STARCAST_6", "horizontalScale": 46 }, "seed": 7246236, diff --git a/generators/mountain.json b/generators/mountain.json index a01c428d..295d909c 100644 --- a/generators/mountain.json +++ b/generators/mountain.json @@ -1,6 +1,6 @@ { "interpolator": { - "function": "HERMITE_STARCAST_9", + "function": "BILINEAR_STARCAST_6", "horizontalScale": 47 }, "seed": 9246661, diff --git a/generators/plain-chaotic.json b/generators/plain-chaotic.json index fc5a4000..96dbfe8c 100644 --- a/generators/plain-chaotic.json +++ b/generators/plain-chaotic.json @@ -1,6 +1,6 @@ { "interpolator": { - "function": "HERMITE_LOOSE", + "function": "BILINEAR_STARCAST_3", "horizontalScale": 213 }, "seed": 7546112, diff --git a/generators/plain-cliffs-thin.json b/generators/plain-cliffs-thin.json index 7c2a120e..2785f007 100644 --- a/generators/plain-cliffs-thin.json +++ b/generators/plain-cliffs-thin.json @@ -16,7 +16,7 @@ } ], "interpolator": { - "function": "HERMITE_STARCAST_9", + "function": "BILINEAR_STARCAST_3", "horizontalScale": 46 }, "seed": 7886661, diff --git a/generators/plain-cliffs.json b/generators/plain-cliffs.json index a9eea410..280d8329 100644 --- a/generators/plain-cliffs.json +++ b/generators/plain-cliffs.json @@ -16,7 +16,7 @@ } ], "interpolator": { - "function": "HERMITE_STARCAST_9", + "function": "BILINEAR_STARCAST_3", "horizontalScale": 75 }, "seed": 7246661, diff --git a/generators/plain.json b/generators/plain.json index 1f698b6e..0323ae1b 100644 --- a/generators/plain.json +++ b/generators/plain.json @@ -1,6 +1,6 @@ { "interpolator": { - "function": "HERMITE_LOOSE", + "function": "BILINEAR_STARCAST_3", "horizontalScale": 220 }, "seed": 7246661, diff --git a/generators/sharp.json b/generators/sharp.json index c324dc87..ba65e996 100644 --- a/generators/sharp.json +++ b/generators/sharp.json @@ -2,7 +2,7 @@ "offsetX": 0, "offsetZ": 0, "interpolator": { - "function": "HERMITE_STARCAST_9", + "function": "BILINEAR_STARCAST_3", "horizontalScale": 9 }, "seed": 8192, diff --git a/generators/sharper.json b/generators/sharper.json index 25ff6c52..f4812e94 100644 --- a/generators/sharper.json +++ b/generators/sharper.json @@ -2,7 +2,7 @@ "offsetX": 0, "offsetZ": 0, "interpolator": { - "function": "HERMITE_STARCAST_9", + "function": "BILINEAR_STARCAST_3", "horizontalScale": 6 }, "seed": 8192,