From 4204992bd5a047654e77e102b051aaeb90e721e3 Mon Sep 17 00:00:00 2001 From: RaydenKonig <71474946+RaydenKonig@users.noreply.github.com> Date: Wed, 16 Jun 2021 10:33:00 -0300 Subject: [PATCH 1/2] Update temperate.json long ago, he had modified this biome so that it is in the tropical region therefore, I think it looks strange in the temperate region because of its biome color. What do you think? --- regions/temperate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/regions/temperate.json b/regions/temperate.json index 01628d9c..1d479ce0 100644 --- a/regions/temperate.json +++ b/regions/temperate.json @@ -13,7 +13,6 @@ ], "landBiomes": [ "temperate-plateau", - "temperate-wilds", "temperate-flower-forest", "temperate-longtree-forest", "temperate-oak", @@ -162,4 +161,4 @@ "shoreHeightZoom": 1.14, "riverThickness": 0.025, "rarity": 4 -} \ No newline at end of file +} From 4cc3004f82dad37236feaa23a839e4b4c74a1b3e Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Sat, 19 Jun 2021 12:14:02 +0200 Subject: [PATCH 2/2] Update temperate-plains.json --- biomes/temperate-plains.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/biomes/temperate-plains.json b/biomes/temperate-plains.json index dd15926f..782365ce 100644 --- a/biomes/temperate-plains.json +++ b/biomes/temperate-plains.json @@ -3,7 +3,8 @@ "derivative": "PLAINS", "vanillaDerivative": "PLAINS", "children": [ - "temperate-plain-hills" + "temperate-plain-hills", + "temperate-wilds" ], "jigsawStructures": [ { @@ -16,7 +17,7 @@ } ], "childStyle": { - "style": "SIMPLEX", + "style": "IRIS", "zoom": 0.5, "exponent": 2.0 },