From 0446c9ee7e1779de54bf7cb30956e4575335eefa Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Sat, 10 Jul 2021 11:42:16 -0400 Subject: [PATCH] Revert "Reduce biome complexity in regions" This reverts commit 1f540f7c20ac0aeda1096416c6ee727e987dbfc1. --- regions/frozen.json | 2 +- regions/hot.json | 2 +- regions/mesa.json | 2 +- regions/mountain.json | 1 - regions/mushroom.json | 2 +- regions/ocean.json | 2 +- regions/savanna.json | 2 +- regions/swamp.json | 2 +- regions/tropical.json | 2 +- regions/tundra.json | 2 +- 10 files changed, 9 insertions(+), 10 deletions(-) diff --git a/regions/frozen.json b/regions/frozen.json index e203dbd1..7c042e99 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -73,7 +73,7 @@ ], "biomeImplosionRatio": 0.25, "riverRarity": 1, - "landBiomeZoom": 1.85, + "landBiomeZoom": 1.25, "shoreHeightMin": 2.2, "shoreHeightMax": 4.2, "loot": { diff --git a/regions/hot.json b/regions/hot.json index e99d133d..1dfeb6c5 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -78,7 +78,7 @@ "varience": 4 } ], - "landBiomeZoom": 1.85, + "landBiomeZoom": 1.25, "effects": [ { "potionTicksMin": 87, diff --git a/regions/mesa.json b/regions/mesa.json index baeeb9c3..4d507c4a 100644 --- a/regions/mesa.json +++ b/regions/mesa.json @@ -122,7 +122,7 @@ ] }, "riverRarity": 1, - "landBiomeZoom": 1.85, + "landBiomeZoom": 1.5, "shoreHeightMin": 4, "shoreHeightMax": 6, "shoreHeightZoom": 1.14, diff --git a/regions/mountain.json b/regions/mountain.json index b604c915..3e38e59e 100644 --- a/regions/mountain.json +++ b/regions/mountain.json @@ -23,7 +23,6 @@ "rarity": 750 } ], - "landBiomeZoom": 1.85, "biomeImplosionRatio": 0.25, "deposits": [ { diff --git a/regions/mushroom.json b/regions/mushroom.json index 49bb3ad1..c62cd2be 100644 --- a/regions/mushroom.json +++ b/regions/mushroom.json @@ -115,7 +115,7 @@ } }], "biomeImplosionRatio": 0.25, - "landBiomeZoom": 1.85, + "landBiomeZoom": 1.25, "effects": [ { "particleAltX": 1.0E-5, diff --git a/regions/ocean.json b/regions/ocean.json index b2979ad4..6ab256ec 100644 --- a/regions/ocean.json +++ b/regions/ocean.json @@ -51,6 +51,6 @@ "shoreRatio": 0.01, "shoreHeightMin": 0, "shoreHeightMax": 1, - "landBiomeZoom": 1.85, + "landBiomeZoom": 0.01, "shoreBiomeZoom": 0.5 } diff --git a/regions/savanna.json b/regions/savanna.json index be1bf3db..a7b99116 100644 --- a/regions/savanna.json +++ b/regions/savanna.json @@ -111,7 +111,7 @@ "varience": 4 } ], - "landBiomeZoom": 1.85, + "landBiomeZoom": 2, "effects": [ { "potionTicksMin": 87, diff --git a/regions/swamp.json b/regions/swamp.json index 0d66f9de..7f14640d 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -94,7 +94,7 @@ "y": 2 } }], - "landBiomeZoom": 1.85, + "landBiomeZoom": 1.25, "shoreHeightMin": 0.02, "shoreHeightMax": 1.2, "loot": { diff --git a/regions/tropical.json b/regions/tropical.json index e1d80912..1a7826bd 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -51,7 +51,7 @@ "palette": [{"block": "emerald_ore"}], "varience": 2 }], - "landBiomeZoom": 1.85, + "landBiomeZoom": 1.25, "shoreHeightMin": 3.2, "shoreHeightMax": 9.2, "loot": { diff --git a/regions/tundra.json b/regions/tundra.json index 11d035b8..92e4875b 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -23,7 +23,6 @@ "cave/tundra-cavern", "cave/spiked-cavern" ], - "landBiomeZoom": 1.85, "riverBiomes": ["ocean/oce-tun-river"], "biomeImplosionRatio": 0.25, "deposits": [{ @@ -37,6 +36,7 @@ "varience": 2 }], "riverRarity": 1, + "landBiomeZoom": 1.25, "riverStyle": { "style": "VASCULAR", "zoom": 4.77,