From f95d90bf24dd892d0b7518ab16b8b954be8de5ea Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Thu, 29 Jul 2021 07:09:54 -0700 Subject: [PATCH] Tundra Generation Mundation --- biomes/tundra/forest-cliffs.json | 9 ++------- biomes/tundra/mountains-cliffs.json | 9 ++------- biomes/tundra/redwood-cliffs.json | 9 ++------- 3 files changed, 6 insertions(+), 21 deletions(-) diff --git a/biomes/tundra/forest-cliffs.json b/biomes/tundra/forest-cliffs.json index 0baa4701..62707cf2 100644 --- a/biomes/tundra/forest-cliffs.json +++ b/biomes/tundra/forest-cliffs.json @@ -6,13 +6,8 @@ "vanillaDerivative": "TAIGA_MOUNTAINS", "generators": [ { - "generator": "smooth-dunes", - "max": 14, - "min": 8 - }, - { - "min": 12, - "max": 17, + "min": 19, + "max": 28, "generator": "plain-cliffs" } ], diff --git a/biomes/tundra/mountains-cliffs.json b/biomes/tundra/mountains-cliffs.json index bd206410..7a704669 100644 --- a/biomes/tundra/mountains-cliffs.json +++ b/biomes/tundra/mountains-cliffs.json @@ -6,13 +6,8 @@ "vanillaDerivative": "TAIGA_MOUNTAINS", "generators": [ { - "min": 11, - "max": 32, - "generator": "mountain" - }, - { - "min": 12, - "max": 62, + "min": 23, + "max": 94, "generator": "plain-cliffs" } ], diff --git a/biomes/tundra/redwood-cliffs.json b/biomes/tundra/redwood-cliffs.json index 94512bb2..905bf701 100644 --- a/biomes/tundra/redwood-cliffs.json +++ b/biomes/tundra/redwood-cliffs.json @@ -6,13 +6,8 @@ "vanillaDerivative": "DARK_FOREST", "generators": [ { - "min": 15, - "max": 25, - "generator": "mountain" - }, - { - "min": 12, - "max": 25, + "min": 30, + "max": 50, "generator": "plain-cliffs" } ],