From f0ee853c1bdec8d9b3e2fba24f35b26ab7afd632 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Sat, 17 Jul 2021 21:01:11 -0700 Subject: [PATCH] ddd --- biomes/tropical/tro-mountain-extreme.json | 6 +++--- biomes/tropical/tro-mountain-middle.json | 2 +- biomes/tropical/tro-mountain-plains.json | 4 ++-- biomes/tropical/tro-mountain.json | 2 +- biomes/tropical/tro-plains-hills.json | 2 +- biomes/tropical/tro-rainforest-hills.json | 2 +- biomes/tropical/tro-rainforest-island.json | 6 +++--- biomes/tropical/tro-rainforest-wicked.json | 2 +- biomes/tropical/tro-rainforest.json | 2 +- dimensions/overworld.json | 8 +------- regions/tropical.json | 2 ++ 11 files changed, 17 insertions(+), 21 deletions(-) diff --git a/biomes/tropical/tro-mountain-extreme.json b/biomes/tropical/tro-mountain-extreme.json index d24efcb6..16688bcb 100644 --- a/biomes/tropical/tro-mountain-extreme.json +++ b/biomes/tropical/tro-mountain-extreme.json @@ -12,9 +12,9 @@ }], "customDerivitives": [{ "id": "tromtnextreme", - "foliageColor": "#32A520", - "grassColor": "#5CCA52", - "waterColor": "#3FE727", + "foliageColor": "#478F04", + "grassColor": "#41A726", + "waterColor": "#3AB2A2", "waterFogColor": "#3FE727", "category": "jungle" }], diff --git a/biomes/tropical/tro-mountain-middle.json b/biomes/tropical/tro-mountain-middle.json index 0087d6c3..87632bd9 100644 --- a/biomes/tropical/tro-mountain-middle.json +++ b/biomes/tropical/tro-mountain-middle.json @@ -20,7 +20,7 @@ "customDerivitives": [{ "id": "tromtnmiddle", "foliageColor": "#478F04", - "grassColor": "#3FE727", + "grassColor": "#41A726", "waterColor": "#3AB2A2", "fogColor": "#6DCA87", "category": "jungle" diff --git a/biomes/tropical/tro-mountain-plains.json b/biomes/tropical/tro-mountain-plains.json index 94c6bbcf..27866edb 100644 --- a/biomes/tropical/tro-mountain-plains.json +++ b/biomes/tropical/tro-mountain-plains.json @@ -11,8 +11,8 @@ }], "customDerivitives": [{ "id": "tromtnplains", - "foliageColor": "#40C42B", - "grassColor": "#5CCA52", + "foliageColor": "#258F04", + "grassColor": "#41A726", "category": "jungle", "waterColor": "#3AB2A2", "waterFogColor": "#3AB2A2" diff --git a/biomes/tropical/tro-mountain.json b/biomes/tropical/tro-mountain.json index e04ac040..0928a1ca 100644 --- a/biomes/tropical/tro-mountain.json +++ b/biomes/tropical/tro-mountain.json @@ -13,7 +13,7 @@ "customDerivitives": [{ "id": "tromountain", "foliageColor": "#478F04", - "grassColor": "#5CCA52", + "grassColor": "#41A726", "category": "jungle", "waterColor": "#3AB2A2", "waterFogColor": "#3AB2A2" diff --git a/biomes/tropical/tro-plains-hills.json b/biomes/tropical/tro-plains-hills.json index 9516a23e..fd3459ef 100644 --- a/biomes/tropical/tro-plains-hills.json +++ b/biomes/tropical/tro-plains-hills.json @@ -12,7 +12,7 @@ "customDerivitives": [{ "id": "troplainshills", "foliageColor": "#40C42B", - "grassColor": "#3FE727", + "grassColor": "#41A726", "category": "jungle", "waterColor": "#3AB2A2", "waterFogColor": "#3AB2A2" diff --git a/biomes/tropical/tro-rainforest-hills.json b/biomes/tropical/tro-rainforest-hills.json index e599422f..c3f5650b 100644 --- a/biomes/tropical/tro-rainforest-hills.json +++ b/biomes/tropical/tro-rainforest-hills.json @@ -11,7 +11,7 @@ }], "customDerivitives": [{ "id": "trohills", - "foliageColor": "#16AA27", + "foliageColor": "#258F04", "grassColor": "#41A726", "category": "jungle", "waterColor": "#3AB2A2", diff --git a/biomes/tropical/tro-rainforest-island.json b/biomes/tropical/tro-rainforest-island.json index 60d1a1e4..37d19b98 100644 --- a/biomes/tropical/tro-rainforest-island.json +++ b/biomes/tropical/tro-rainforest-island.json @@ -5,13 +5,13 @@ "color": "#6F9F60", "vanillaDerivative": "MODIFIED_JUNGLE_EDGE", "generators": [{ - "min": 49, + "min": 25, "max": 65, - "generator": "plain" + "generator": "mountain" }], "customDerivitives": [{ "id": "troisle", - "foliageColor": "#16AA27", + "foliageColor": "#258F04", "grassColor": "#3FE727", "category": "jungle", "waterColor": "#3AB2A2", diff --git a/biomes/tropical/tro-rainforest-wicked.json b/biomes/tropical/tro-rainforest-wicked.json index c22cbea3..e10cfa53 100644 --- a/biomes/tropical/tro-rainforest-wicked.json +++ b/biomes/tropical/tro-rainforest-wicked.json @@ -12,7 +12,7 @@ "customDerivitives": [{ "id": "trowkd", "foliageColor": "#478F04", - "grassColor": "#26AC00", + "grassColor": "#197300", "category": "jungle", "waterColor": "#3AB2A2", "waterFogColor": "#3AB2A2" diff --git a/biomes/tropical/tro-rainforest.json b/biomes/tropical/tro-rainforest.json index 99467b39..0a1e6904 100644 --- a/biomes/tropical/tro-rainforest.json +++ b/biomes/tropical/tro-rainforest.json @@ -15,7 +15,7 @@ }], "customDerivitives": [{ "id": "trorainforest", - "foliageColor": "#40C42B", + "foliageColor": "#258F04", "grassColor": "#2DAF09", "waterColor": "#3AB2A2", "waterFogColor": "#3AB2A2", diff --git a/dimensions/overworld.json b/dimensions/overworld.json index b79ccabd..e335bae4 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -28,13 +28,7 @@ ], "regionStyle": { "style": "NOWHERE_CELLULAR", - "zoom": 1, - "fracture": { - "multiplier": 18, - "maxFractureAccuracy": true, - "style": "FRACTAL_SMOKE", - "zoom": 1 - } + "zoom": 1 }, "islandBiomeChanceStyle": { "style": "NOWHERE_CELLULAR", diff --git a/regions/tropical.json b/regions/tropical.json index 71d07d57..f237fd69 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -9,6 +9,7 @@ "tropical/tro-volcanic-plains", "tropical/tro-mountain", "tropical/tro-mountain-extreme", + "tropical/tro-mountain-plains", "tropical/tro-wilds", "tropical/tro-plains-hills" ], @@ -21,6 +22,7 @@ "seaBiomes": [ "tropical/tro-submerged-volcanic", "ocean/oce-tro-ocean", + "tropical/tro-rainforest-island", "ocean/oce-tro-river-soft" ], "caveBiomes": [