From 606b062ce5e650b0413413f160683a045a87b3c6 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Sat, 14 May 2022 14:16:34 -0700 Subject: [PATCH] Region Enrichment (Height) [Tropical] --- biomes/tropical/highlands.json | 4 ++-- biomes/tropical/mountain-extreme.json | 4 ++-- biomes/tropical/mountain-middle.json | 4 ++-- biomes/tropical/mountain-plains.json | 4 ++-- biomes/tropical/plains-hills.json | 2 +- biomes/tropical/rainforest-wicked-child.json | 4 ++-- biomes/tropical/rainforest-wicked.json | 4 ++-- biomes/tropical/rainforest.json | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/biomes/tropical/highlands.json b/biomes/tropical/highlands.json index 25031355..97d27694 100644 --- a/biomes/tropical/highlands.json +++ b/biomes/tropical/highlands.json @@ -5,8 +5,8 @@ "rarity": 1, "color": "#4FD8A2", "generators": [{ - "min": 42, - "max": 64, + "min": 99, + "max": 164, "generator": "mountain" }], "customDerivitives": [{ diff --git a/biomes/tropical/mountain-extreme.json b/biomes/tropical/mountain-extreme.json index 88e5206f..87158f0e 100644 --- a/biomes/tropical/mountain-extreme.json +++ b/biomes/tropical/mountain-extreme.json @@ -7,8 +7,8 @@ "children": ["tropical/mountain-water"], "generators": [{ "generator": "mountain", - "max": 190, - "min": 85 + "max": 200, + "min": 112 }], "customDerivitives": [{ "id": "tropical_mountain_extreme", diff --git a/biomes/tropical/mountain-middle.json b/biomes/tropical/mountain-middle.json index a6bb363a..025e9055 100644 --- a/biomes/tropical/mountain-middle.json +++ b/biomes/tropical/mountain-middle.json @@ -7,8 +7,8 @@ "children": ["tropical/plains"], "generators": [{ "generator": "mountain", - "max": 150, - "min": 20 + "max": 190, + "min": 75 }], "customDerivitives": [{ "id": "tropical_mountain_middle", diff --git a/biomes/tropical/mountain-plains.json b/biomes/tropical/mountain-plains.json index 438e657b..c81adf64 100644 --- a/biomes/tropical/mountain-plains.json +++ b/biomes/tropical/mountain-plains.json @@ -5,8 +5,8 @@ "color": "#34B080", "vanillaDerivative": "JUNGLE", "generators": [{ - "min": 55, - "max": 110, + "min": 88, + "max": 157, "generator": "mountain" }], "customDerivitives": [{ diff --git a/biomes/tropical/plains-hills.json b/biomes/tropical/plains-hills.json index f530e255..cd8821c5 100644 --- a/biomes/tropical/plains-hills.json +++ b/biomes/tropical/plains-hills.json @@ -6,7 +6,7 @@ "vanillaDerivative": "JUNGLE", "generators": [{ "generator": "smooth-dunes", - "max": 15, + "max": 45, "min": -10 }], "customDerivitives": [{ diff --git a/biomes/tropical/rainforest-wicked-child.json b/biomes/tropical/rainforest-wicked-child.json index 5c1309b7..3bac9a58 100644 --- a/biomes/tropical/rainforest-wicked-child.json +++ b/biomes/tropical/rainforest-wicked-child.json @@ -5,8 +5,8 @@ "color": "#10B073", "vanillaDerivative": "SPARSE_JUNGLE", "generators": [{ - "min": 3, - "max": 50, + "min": 98, + "max": 170, "generator": "mountain" }], "customDerivitives": [{ diff --git a/biomes/tropical/rainforest-wicked.json b/biomes/tropical/rainforest-wicked.json index 8f5b4a51..c66add02 100644 --- a/biomes/tropical/rainforest-wicked.json +++ b/biomes/tropical/rainforest-wicked.json @@ -18,8 +18,8 @@ "waterFogColor": "#3AB2A2" }], "generators": [{ - "min": 3, - "max": 50, + "min": 30, + "max": 90, "generator": "mountain" }], "layers": [ diff --git a/biomes/tropical/rainforest.json b/biomes/tropical/rainforest.json index 6d8d7ffa..1f094ec0 100644 --- a/biomes/tropical/rainforest.json +++ b/biomes/tropical/rainforest.json @@ -6,7 +6,7 @@ "color": "#0AC67E", "children": [ "tropical/rainforest-hills", - "tropical/jungle-denmyre" + "tropical/jungle-denmyre", "tropical/rainforest-wicked" ], "generators": [{ "min": 20,