From f94dc5dbd026c618dcb29c05036c83433bb98756 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Sun, 6 Sep 2020 05:59:22 -0400 Subject: [PATCH] ffs --- biomes/frozen-ice-cavern.json | 4 ++++ biomes/hot-sandy-cave.json | 4 ++++ biomes/hot-sandy-red-cave.json | 4 ++++ biomes/swamp-murky-cavern-gleaming.json | 4 ++++ biomes/swamp-murky-cavern.json | 4 ++++ biomes/temperate-cracked-cavern.json | 7 +++++++ biomes/temperate-lit-cavern.json | 6 ++++++ biomes/temperate-old-cavern.json | 6 ++++++ biomes/tropical-cavern-coral.json | 6 ++++++ biomes/tropical-cavern.json | 6 ++++++ biomes/tundra-cavern.json | 5 +++++ biomes/tundra-spiked-cavern.json | 5 +++++ generators/mesa.json | 2 +- generators/mountain-cliffs.json | 2 +- generators/mountain.json | 2 +- generators/plain-chaotic.json | 4 ++-- generators/plain-cliffs-thin.json | 2 +- generators/plain-cliffs.json | 4 ++-- generators/plain.json | 4 ++-- generators/sharp.json | 2 +- generators/sharper.json | 2 +- 21 files changed, 73 insertions(+), 12 deletions(-) diff --git a/biomes/frozen-ice-cavern.json b/biomes/frozen-ice-cavern.json index baee0f01..e971cbb1 100644 --- a/biomes/frozen-ice-cavern.json +++ b/biomes/frozen-ice-cavern.json @@ -55,6 +55,10 @@ "palette": [ "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR", + "AIR", + "AIR", "AIR" ] }, diff --git a/biomes/hot-sandy-cave.json b/biomes/hot-sandy-cave.json index 83f20a99..f42e5372 100644 --- a/biomes/hot-sandy-cave.json +++ b/biomes/hot-sandy-cave.json @@ -16,6 +16,10 @@ "palette": [ "minecraft:sandstone_slab[type=bottom,waterlogged=false]", "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR", + "AIR", + "AIR", "AIR" ] }, diff --git a/biomes/hot-sandy-red-cave.json b/biomes/hot-sandy-red-cave.json index e3a4ad89..e1781d75 100644 --- a/biomes/hot-sandy-red-cave.json +++ b/biomes/hot-sandy-red-cave.json @@ -22,6 +22,10 @@ "palette": [ "minecraft:red_sandstone_slab[type=bottom,waterlogged=false]", "minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR", + "AIR", + "AIR", "AIR" ] }, diff --git a/biomes/swamp-murky-cavern-gleaming.json b/biomes/swamp-murky-cavern-gleaming.json index 6eaa8fbe..5db12548 100644 --- a/biomes/swamp-murky-cavern-gleaming.json +++ b/biomes/swamp-murky-cavern-gleaming.json @@ -181,6 +181,10 @@ "palette": [ "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR", + "AIR", + "AIR", "AIR" ] }, diff --git a/biomes/swamp-murky-cavern.json b/biomes/swamp-murky-cavern.json index a7af1aaa..346497b0 100644 --- a/biomes/swamp-murky-cavern.json +++ b/biomes/swamp-murky-cavern.json @@ -118,6 +118,10 @@ "palette": [ "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR", + "AIR", + "AIR", "AIR" ] }, diff --git a/biomes/temperate-cracked-cavern.json b/biomes/temperate-cracked-cavern.json index dd8797ba..705870e1 100644 --- a/biomes/temperate-cracked-cavern.json +++ b/biomes/temperate-cracked-cavern.json @@ -116,6 +116,13 @@ "palette": [ "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", "AIR" ] }, diff --git a/biomes/temperate-lit-cavern.json b/biomes/temperate-lit-cavern.json index 9b684822..e1db4f74 100644 --- a/biomes/temperate-lit-cavern.json +++ b/biomes/temperate-lit-cavern.json @@ -104,6 +104,12 @@ "palette": [ "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", "AIR" ] }, diff --git a/biomes/temperate-old-cavern.json b/biomes/temperate-old-cavern.json index 1d1c2add..9c9f87c2 100644 --- a/biomes/temperate-old-cavern.json +++ b/biomes/temperate-old-cavern.json @@ -114,6 +114,12 @@ "palette": [ "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", "AIR" ] }, diff --git a/biomes/tropical-cavern-coral.json b/biomes/tropical-cavern-coral.json index 2887e595..0fd7fa3a 100644 --- a/biomes/tropical-cavern-coral.json +++ b/biomes/tropical-cavern-coral.json @@ -116,6 +116,12 @@ "palette": [ "minecraft:stone_slab[type=bottom,waterlogged=false]", "minecraft:polished_diorite_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", "AIR" ] }, diff --git a/biomes/tropical-cavern.json b/biomes/tropical-cavern.json index d50f624e..127ad021 100644 --- a/biomes/tropical-cavern.json +++ b/biomes/tropical-cavern.json @@ -119,6 +119,12 @@ "palette": [ "minecraft:stone_slab[type=bottom,waterlogged=false]", "minecraft:polished_diorite_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", "AIR" ] }, diff --git a/biomes/tundra-cavern.json b/biomes/tundra-cavern.json index 4c8aa19c..bb0e519f 100644 --- a/biomes/tundra-cavern.json +++ b/biomes/tundra-cavern.json @@ -37,6 +37,11 @@ "palette": [ "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", "AIR" ] }, diff --git a/biomes/tundra-spiked-cavern.json b/biomes/tundra-spiked-cavern.json index 94248630..c164b66e 100644 --- a/biomes/tundra-spiked-cavern.json +++ b/biomes/tundra-spiked-cavern.json @@ -29,6 +29,11 @@ "palette": [ "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", "AIR" ] }, diff --git a/generators/mesa.json b/generators/mesa.json index 92890a9c..079b1211 100644 --- a/generators/mesa.json +++ b/generators/mesa.json @@ -1,6 +1,6 @@ { "interpolator": { - "function": "BILINEAR_STARCAST_3", + "function": "BILINEAR_STARCAST_9", "horizontalScale": 52 }, "seed": 2246661, diff --git a/generators/mountain-cliffs.json b/generators/mountain-cliffs.json index 78065288..3f978e67 100644 --- a/generators/mountain-cliffs.json +++ b/generators/mountain-cliffs.json @@ -16,7 +16,7 @@ } ], "interpolator": { - "function": "BILINEAR_STARCAST_6", + "function": "BILINEAR_STARCAST_9", "horizontalScale": 46 }, "seed": 7246236, diff --git a/generators/mountain.json b/generators/mountain.json index 295d909c..2c931bbd 100644 --- a/generators/mountain.json +++ b/generators/mountain.json @@ -1,6 +1,6 @@ { "interpolator": { - "function": "BILINEAR_STARCAST_6", + "function": "BILINEAR_STARCAST_9", "horizontalScale": 47 }, "seed": 9246661, diff --git a/generators/plain-chaotic.json b/generators/plain-chaotic.json index 96dbfe8c..704c089d 100644 --- a/generators/plain-chaotic.json +++ b/generators/plain-chaotic.json @@ -1,7 +1,7 @@ { "interpolator": { - "function": "BILINEAR_STARCAST_3", - "horizontalScale": 213 + "function": "BILINEAR_STARCAST_9", + "horizontalScale": 33 }, "seed": 7546112, "composite": [ diff --git a/generators/plain-cliffs-thin.json b/generators/plain-cliffs-thin.json index 2785f007..66094e2d 100644 --- a/generators/plain-cliffs-thin.json +++ b/generators/plain-cliffs-thin.json @@ -16,7 +16,7 @@ } ], "interpolator": { - "function": "BILINEAR_STARCAST_3", + "function": "BILINEAR_STARCAST_9", "horizontalScale": 46 }, "seed": 7886661, diff --git a/generators/plain-cliffs.json b/generators/plain-cliffs.json index 280d8329..31ef76c2 100644 --- a/generators/plain-cliffs.json +++ b/generators/plain-cliffs.json @@ -16,8 +16,8 @@ } ], "interpolator": { - "function": "BILINEAR_STARCAST_3", - "horizontalScale": 75 + "function": "BILINEAR_STARCAST_9", + "horizontalScale": 33 }, "seed": 7246661, "cliffHeightMax": 80, diff --git a/generators/plain.json b/generators/plain.json index ea8a3250..2507f172 100644 --- a/generators/plain.json +++ b/generators/plain.json @@ -1,7 +1,7 @@ { "interpolator": { - "function": "BILINEAR_STARCAST_6", - "horizontalScale": 13 + "function": "BILINEAR_STARCAST_9", + "horizontalScale": 27 }, "seed": 7246661, "composite": [ diff --git a/generators/sharp.json b/generators/sharp.json index ba65e996..d4f18943 100644 --- a/generators/sharp.json +++ b/generators/sharp.json @@ -2,7 +2,7 @@ "offsetX": 0, "offsetZ": 0, "interpolator": { - "function": "BILINEAR_STARCAST_3", + "function": "BILINEAR_STARCAST_9", "horizontalScale": 9 }, "seed": 8192, diff --git a/generators/sharper.json b/generators/sharper.json index f4812e94..6b508e9b 100644 --- a/generators/sharper.json +++ b/generators/sharper.json @@ -2,7 +2,7 @@ "offsetX": 0, "offsetZ": 0, "interpolator": { - "function": "BILINEAR_STARCAST_3", + "function": "BILINEAR_STARCAST_9", "horizontalScale": 6 }, "seed": 8192,