From 3b31b6c8252fd2218651a86acf93d4c2f4acfe92 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Wed, 14 Jul 2021 22:41:15 -0700 Subject: [PATCH] Shroom colorize --- biomes/mushroom/mus-beach.json | 11 +++++++++++ biomes/mushroom/mus-crimson-forest.json | 11 +++++++++++ biomes/mushroom/mus-forest-hills.json | 11 +++++++++++ biomes/mushroom/mus-forest.json | 11 +++++++++++ biomes/mushroom/mus-plains.json | 11 +++++++++++ biomes/mushroom/mus-warped-forest.json | 11 +++++++++++ 6 files changed, 66 insertions(+) diff --git a/biomes/mushroom/mus-beach.json b/biomes/mushroom/mus-beach.json index fea3ae46..2814562a 100644 --- a/biomes/mushroom/mus-beach.json +++ b/biomes/mushroom/mus-beach.json @@ -7,6 +7,17 @@ "max": 1, "generator": "plain" }], + "customDerivitives": [ + { + "id": "mus", + "waterColor": "#B4B2FF", + "foliageColor": "#C9A9FF", + "waterFogColor": "#BD94DF", + "grassColor": "#A2A2FF", + "skyColor": "#E1E0FF", + "fogColor": "#CACDFF" + } + ], "layers": [ { "minHeight": 3, diff --git a/biomes/mushroom/mus-crimson-forest.json b/biomes/mushroom/mus-crimson-forest.json index 486278b1..e169d1ae 100644 --- a/biomes/mushroom/mus-crimson-forest.json +++ b/biomes/mushroom/mus-crimson-forest.json @@ -2,6 +2,17 @@ "name": "Crimson Mushroom Swamp", "derivative": "CRIMSON_FOREST", "vanillaDerivative": "MUSHROOM_FIELDS", + "customDerivitives": [ + { + "id": "mus", + "waterColor": "#B4B2FF", + "foliageColor": "#C9A9FF", + "waterFogColor": "#BD94DF", + "grassColor": "#A2A2FF", + "skyColor": "#E1E0FF", + "fogColor": "#CACDFF" + } + ], "layers": [ { "zoom": 0.5, diff --git a/biomes/mushroom/mus-forest-hills.json b/biomes/mushroom/mus-forest-hills.json index 0313ee3c..b9792d1d 100644 --- a/biomes/mushroom/mus-forest-hills.json +++ b/biomes/mushroom/mus-forest-hills.json @@ -7,6 +7,17 @@ "max": 46, "generator": "plain" }], + "customDerivitives": [ + { + "id": "mus", + "waterColor": "#B4B2FF", + "foliageColor": "#C9A9FF", + "waterFogColor": "#BD94DF", + "grassColor": "#A2A2FF", + "skyColor": "#E1E0FF", + "fogColor": "#CACDFF" + } + ], "layers": [ { "minHeight": 3, diff --git a/biomes/mushroom/mus-forest.json b/biomes/mushroom/mus-forest.json index d5bb844c..fe31f661 100644 --- a/biomes/mushroom/mus-forest.json +++ b/biomes/mushroom/mus-forest.json @@ -3,6 +3,17 @@ "derivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS", "children": ["mushroom/mus-forest-hills"], + "customDerivitives": [ + { + "id": "mus", + "waterColor": "#B4B2FF", + "foliageColor": "#C9A9FF", + "waterFogColor": "#BD94DF", + "grassColor": "#A2A2FF", + "skyColor": "#E1E0FF", + "fogColor": "#CACDFF" + } + ], "layers": [ { "minHeight": 3, diff --git a/biomes/mushroom/mus-plains.json b/biomes/mushroom/mus-plains.json index be0fc2b8..1917b207 100644 --- a/biomes/mushroom/mus-plains.json +++ b/biomes/mushroom/mus-plains.json @@ -2,6 +2,17 @@ "name": "Mushroom Plains", "derivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS", + "customDerivitives": [ + { + "id": "mus", + "waterColor": "#B4B2FF", + "foliageColor": "#C9A9FF", + "waterFogColor": "#BD94DF", + "grassColor": "#A2A2FF", + "skyColor": "#E1E0FF", + "fogColor": "#CACDFF" + } + ], "layers": [ { "zoom": 0.3, diff --git a/biomes/mushroom/mus-warped-forest.json b/biomes/mushroom/mus-warped-forest.json index d29092c7..013964db 100644 --- a/biomes/mushroom/mus-warped-forest.json +++ b/biomes/mushroom/mus-warped-forest.json @@ -7,6 +7,17 @@ "max": 39, "generator": "plain-cliffs" }], + "customDerivitives": [ + { + "id": "mus", + "waterColor": "#B4B2FF", + "foliageColor": "#C9A9FF", + "waterFogColor": "#BD94DF", + "grassColor": "#A2A2FF", + "skyColor": "#E1E0FF", + "fogColor": "#CACDFF" + } + ], "layers": [ { "zoom": 0.5,