diff --git a/biomes/.util/ruined_portals.json b/biomes/.util/ruined_portals.json index 2ba8dac8..4b843102 100644 --- a/biomes/.util/ruined_portals.json +++ b/biomes/.util/ruined_portals.json @@ -13,7 +13,7 @@ ], "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "min": 0, "max": 10 } diff --git a/biomes/frozen-pine-hills.json b/biomes/frozen-pine-hills.json index 2e721caa..89acd561 100644 --- a/biomes/frozen-pine-hills.json +++ b/biomes/frozen-pine-hills.json @@ -4,7 +4,7 @@ "vanillaDerivative": "SNOWY_TAIGA", "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 20, "min": 6 } diff --git a/biomes/frozen-plains.json b/biomes/frozen-plains.json index ec1cd45e..1d0f4c8d 100644 --- a/biomes/frozen-plains.json +++ b/biomes/frozen-plains.json @@ -305,7 +305,12 @@ { "min": 4, "max": 6, - "generator": "mountain-plain" + "generator": "mountain" + }, + { + "min": 3, + "max": 5, + "generator": "plain" } ], "wall": { diff --git a/biomes/frozen-spruce-hills.json b/biomes/frozen-spruce-hills.json index dc704b29..52eab118 100644 --- a/biomes/frozen-spruce-hills.json +++ b/biomes/frozen-spruce-hills.json @@ -4,7 +4,7 @@ "vanillaDerivative": "SNOWY_TAIGA", "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 20, "min": 6 } diff --git a/biomes/frozen-spruce-plains.json b/biomes/frozen-spruce-plains.json index fb291e9f..5b0a82f8 100644 --- a/biomes/frozen-spruce-plains.json +++ b/biomes/frozen-spruce-plains.json @@ -7,7 +7,7 @@ ], "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 6, "min": 3 } diff --git a/biomes/hot-desert-red.json b/biomes/hot-desert-red.json index d1b98b61..2a426df2 100644 --- a/biomes/hot-desert-red.json +++ b/biomes/hot-desert-red.json @@ -4,7 +4,7 @@ "vanillaDerivative": "DESERT", "generators": [ { - "generator": "desert-dunes", + "generator": "smooth-dunes", "max": 35, "min": 25 } diff --git a/biomes/hot-desert.json b/biomes/hot-desert.json index f844fce4..f16b02a2 100644 --- a/biomes/hot-desert.json +++ b/biomes/hot-desert.json @@ -4,7 +4,7 @@ "vanillaDerivative": "DESERT", "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 18, "min": -8 } diff --git a/biomes/hot-mesa-plateau-dirt-high.json b/biomes/hot-mesa-plateau-dirt-high.json index 0c890318..40def21c 100644 --- a/biomes/hot-mesa-plateau-dirt-high.json +++ b/biomes/hot-mesa-plateau-dirt-high.json @@ -15,7 +15,7 @@ { "min": 2, "max": 3, - "generator": "smooth-land" + "generator": "smooth-dunes" }, { "min": 2, diff --git a/biomes/hot-mesa-plateau-dirt.json b/biomes/hot-mesa-plateau-dirt.json index 34325a3a..edc6b8df 100644 --- a/biomes/hot-mesa-plateau-dirt.json +++ b/biomes/hot-mesa-plateau-dirt.json @@ -15,7 +15,7 @@ { "min": 2, "max": 3, - "generator": "smooth-land" + "generator": "smooth-dunes" }, { "min": 2, diff --git a/biomes/hot-mesa-plateau-high.json b/biomes/hot-mesa-plateau-high.json index 6f42dccd..94cc9213 100644 --- a/biomes/hot-mesa-plateau-high.json +++ b/biomes/hot-mesa-plateau-high.json @@ -19,7 +19,7 @@ { "min": 2, "max": 3, - "generator": "smooth-land" + "generator": "smooth-dunes" }, { "min": 2, diff --git a/biomes/hot-mesa-plateau.json b/biomes/hot-mesa-plateau.json index f9b489cc..4d665b56 100644 --- a/biomes/hot-mesa-plateau.json +++ b/biomes/hot-mesa-plateau.json @@ -19,7 +19,7 @@ { "min": 2, "max": 3, - "generator": "smooth-land" + "generator": "smooth-dunes" }, { "min": 2, diff --git a/biomes/hot-mesa-valleys.json b/biomes/hot-mesa-valleys.json index 83ccfa78..9cdee0da 100644 --- a/biomes/hot-mesa-valleys.json +++ b/biomes/hot-mesa-valleys.json @@ -6,7 +6,7 @@ { "min": 5, "max": 15, - "generator": "smooth-land" + "generator": "smooth-dunes" } ], "jigsawStructures": [ diff --git a/biomes/hot-mountain-plains.json b/biomes/hot-mountain-plains.json index a663ca47..0a6d22f7 100644 --- a/biomes/hot-mountain-plains.json +++ b/biomes/hot-mountain-plains.json @@ -4,7 +4,7 @@ "vanillaDerivative": "DESERT", "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 2, "min": 3 } diff --git a/biomes/hot-savanna-plateau.json b/biomes/hot-savanna-plateau.json index 01040d97..3703e538 100644 --- a/biomes/hot-savanna-plateau.json +++ b/biomes/hot-savanna-plateau.json @@ -314,7 +314,7 @@ { "min": 2, "max": 3, - "generator": "smooth-land" + "generator": "smooth-dunes" }, { "min": 2, diff --git a/biomes/hot-savanna.json b/biomes/hot-savanna.json index 601ecf5a..c2967ea0 100644 --- a/biomes/hot-savanna.json +++ b/biomes/hot-savanna.json @@ -312,7 +312,12 @@ { "min": 7, "max": 15, - "generator": "mountain-plain" + "generator": "mountain" + }, + { + "min": 3, + "max": 5, + "generator": "plain" } ], "biomeZoom": 20, diff --git a/biomes/mountain-cliffs.json b/biomes/mountain-cliffs.json index 0a9d775b..dfe43c19 100644 --- a/biomes/mountain-cliffs.json +++ b/biomes/mountain-cliffs.json @@ -53,7 +53,12 @@ { "min": 11, "max": 32, - "generator": "mountain-plain" + "generator": "mountain" + }, + { + "min": 3, + "max": 5, + "generator": "plain" }, { "min": 12, diff --git a/biomes/mountain-hills.json b/biomes/mountain-hills.json index 6732457d..13d75bec 100644 --- a/biomes/mountain-hills.json +++ b/biomes/mountain-hills.json @@ -11,7 +11,7 @@ }, "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 23, "min": 5 } diff --git a/biomes/mountain-main.json b/biomes/mountain-main.json index 0e71d563..8d1c44b0 100644 --- a/biomes/mountain-main.json +++ b/biomes/mountain-main.json @@ -20,7 +20,12 @@ { "min": 70, "max": 120, - "generator": "mountain-plain" + "generator": "mountain" + }, + { + "min": 3, + "max": 5, + "generator": "plain" } ], "layers": [ diff --git a/biomes/mountain.json b/biomes/mountain.json index f925ed18..72ae5478 100644 --- a/biomes/mountain.json +++ b/biomes/mountain.json @@ -16,8 +16,14 @@ { "min": 70, "max": 140, - "generator": "mountain-plain" + "generator": "mountain" + }, + { + "min": 3, + "max": 5, + "generator": "plain" } + ], "layers": [ { diff --git a/biomes/mountains-plains-hills.json b/biomes/mountains-plains-hills.json index 63470a49..32d10158 100644 --- a/biomes/mountains-plains-hills.json +++ b/biomes/mountains-plains-hills.json @@ -5,7 +5,7 @@ "rarity": 3, "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 10, "min": 5 }, diff --git a/biomes/mountains-plains.json b/biomes/mountains-plains.json index 04f5a805..8b6fd5db 100644 --- a/biomes/mountains-plains.json +++ b/biomes/mountains-plains.json @@ -18,7 +18,7 @@ ], "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 5, "min": 4 } diff --git a/biomes/ocean-deep.json b/biomes/ocean-deep.json index a2bf7437..ec12d71b 100644 --- a/biomes/ocean-deep.json +++ b/biomes/ocean-deep.json @@ -4,7 +4,7 @@ "vanillaDerivative": "DEEP_OCEAN", "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": -25, "min": -50 } diff --git a/biomes/temperate-birch-forest.json b/biomes/temperate-birch-forest.json index 8711da68..6c04ef14 100644 --- a/biomes/temperate-birch-forest.json +++ b/biomes/temperate-birch-forest.json @@ -296,7 +296,7 @@ { "min": 4, "max": 7, - "generator": "smooth-land" + "generator": "smooth-dunes" } ], "loot": { diff --git a/biomes/temperate-bonsai.json b/biomes/temperate-bonsai.json index 5c27d8ce..f18d8161 100644 --- a/biomes/temperate-bonsai.json +++ b/biomes/temperate-bonsai.json @@ -26,7 +26,7 @@ }, "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 14, "min": 3 } diff --git a/biomes/temperate-longtree-forest.json b/biomes/temperate-longtree-forest.json index c1dd82f7..556b0d8d 100644 --- a/biomes/temperate-longtree-forest.json +++ b/biomes/temperate-longtree-forest.json @@ -609,7 +609,7 @@ } ], "generators": [{ - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 10, "min": 4 }], diff --git a/biomes/temperate-oak-hills.json b/biomes/temperate-oak-hills.json index e12070f2..a79d3823 100644 --- a/biomes/temperate-oak-hills.json +++ b/biomes/temperate-oak-hills.json @@ -5,7 +5,7 @@ "rarity": 2, "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 30, "min": 3 }, diff --git a/biomes/temperate-oak.json b/biomes/temperate-oak.json index 92a85d69..18b43273 100644 --- a/biomes/temperate-oak.json +++ b/biomes/temperate-oak.json @@ -7,7 +7,7 @@ ], "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 4, "min": 3 } diff --git a/biomes/temperate-plateau.json b/biomes/temperate-plateau.json index 4a1205c4..e28dd9e2 100644 --- a/biomes/temperate-plateau.json +++ b/biomes/temperate-plateau.json @@ -491,7 +491,7 @@ { "min": 2, "max": 3, - "generator": "smooth-land" + "generator": "smooth-dunes" }, { "min": 2, diff --git a/biomes/tropical-lake.json b/biomes/tropical-lake.json index db5eac54..7a0ad3e5 100644 --- a/biomes/tropical-lake.json +++ b/biomes/tropical-lake.json @@ -12,7 +12,7 @@ }, "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": -20, "min": -30 } diff --git a/biomes/tropical-mountain-middle.json b/biomes/tropical-mountain-middle.json index 5d48b8bd..fdae869c 100644 --- a/biomes/tropical-mountain-middle.json +++ b/biomes/tropical-mountain-middle.json @@ -16,7 +16,7 @@ "min": 10 }, { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 55, "min": 20 }, diff --git a/biomes/tropical-mountain.json b/biomes/tropical-mountain.json index 43556663..d2717642 100644 --- a/biomes/tropical-mountain.json +++ b/biomes/tropical-mountain.json @@ -16,7 +16,7 @@ { "min": 10, "max": 50, - "generator": "smooth-land" + "generator": "smooth-dunes" } ], "layers": [ diff --git a/biomes/tropical-plains-hills.json b/biomes/tropical-plains-hills.json index b1beb7c4..b14f2a3a 100644 --- a/biomes/tropical-plains-hills.json +++ b/biomes/tropical-plains-hills.json @@ -5,7 +5,7 @@ "rarity": 2, "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 15, "min": -10 } diff --git a/biomes/tropical-plains.json b/biomes/tropical-plains.json index 5ce9d1e5..fab2c62c 100644 --- a/biomes/tropical-plains.json +++ b/biomes/tropical-plains.json @@ -12,7 +12,7 @@ }, "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 20, "min": -10 } diff --git a/biomes/tundra-forest-cliffs.json b/biomes/tundra-forest-cliffs.json index 7a177553..e3d54ae7 100644 --- a/biomes/tundra-forest-cliffs.json +++ b/biomes/tundra-forest-cliffs.json @@ -347,7 +347,7 @@ ], "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 14, "min": 8 }, diff --git a/biomes/tundra-forest.json b/biomes/tundra-forest.json index 7ca38aea..adce6c7a 100644 --- a/biomes/tundra-forest.json +++ b/biomes/tundra-forest.json @@ -260,7 +260,7 @@ ], "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 14, "min": 8 } diff --git a/biomes/tundra-redwoods-forest.json b/biomes/tundra-redwoods-forest.json index 6c7a4dc7..266f3842 100644 --- a/biomes/tundra-redwoods-forest.json +++ b/biomes/tundra-redwoods-forest.json @@ -21,7 +21,7 @@ { "min": 4, "max": 10, - "generator": "smooth-land" + "generator": "smooth-dunes" } ], "derivative": "TAIGA", diff --git a/generators/mountain-plain.json b/generators/mountain-plain.json deleted file mode 100644 index cfa6184b..00000000 --- a/generators/mountain-plain.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "interpolator": { - "function": "BILINEAR_STARCAST_9", - "horizontalScale": 90 - }, - "seed": 7246661, - "composite": [ - { - "style": { - "style": "SIMPLEX", - "zoom": 0.87, - "fracture": { - "style": "IRIS_THICK", - "zoom": 0.195, - "multiplier": 18 - } - }, - "seed": 10056, - "bezier": true - } - ] -} \ No newline at end of file diff --git a/generators/desert-dunes.json b/generators/smooth-dunes.json similarity index 100% rename from generators/desert-dunes.json rename to generators/smooth-dunes.json