diff --git a/biomes/hot/hot-beach-grass.json b/biomes/hot/hot-beach-grass.json index 18fcb427..cd60cecf 100644 --- a/biomes/hot/hot-beach-grass.json +++ b/biomes/hot/hot-beach-grass.json @@ -2,6 +2,7 @@ "name": "Hot Beach Grass", "derivative": "FOREST", "rarity": 1, + "color": "#938E3E", "vanillaDerivative": "DESERT_LAKES", "layers": [ { diff --git a/biomes/hot/hot-beach.json b/biomes/hot/hot-beach.json index 110d2d1a..8c75e960 100644 --- a/biomes/hot/hot-beach.json +++ b/biomes/hot/hot-beach.json @@ -1,6 +1,7 @@ { "name": "Hot Beach", "rarity": 1, + "color": "#ECE363", "derivative": "WARM_OCEAN", "vanillaDerivative": "DESERT_LAKES", "layers": [ diff --git a/biomes/hot/hot-desert-dunes-red.json b/biomes/hot/hot-desert-dunes-red.json index 99d84ce6..9e9c7c41 100644 --- a/biomes/hot/hot-desert-dunes-red.json +++ b/biomes/hot/hot-desert-dunes-red.json @@ -1,6 +1,7 @@ { "name": "Hot Desert Dunes Red", "rarity": 1, + "color": "#EC8B63", "derivative": "DESERT", "vanillaDerivative": "DESERT", "generators": [{ diff --git a/biomes/hot/hot-desert-dunes.json b/biomes/hot/hot-desert-dunes.json index 337ec58d..bb1f0a33 100644 --- a/biomes/hot/hot-desert-dunes.json +++ b/biomes/hot/hot-desert-dunes.json @@ -2,6 +2,7 @@ "name": "Hot Desert Dunes", "derivative": "DESERT", "rarity": 1, + "color": "#FFDA41", "vanillaDerivative": "DESERT", "generators": [{ "generator": "smooth-dunes", diff --git a/biomes/hot/hot-mountain-cliffs.json b/biomes/hot/hot-mountain-cliffs.json index a6f344e3..a8f2cd62 100644 --- a/biomes/hot/hot-mountain-cliffs.json +++ b/biomes/hot/hot-mountain-cliffs.json @@ -2,6 +2,7 @@ "name": "Hot Mountain Cliffs", "derivative": "DESERT", "rarity": 1, + "color": "#FFDA41", "vanillaDerivative": "DESERT", "generators": [ { diff --git a/biomes/hot/hot-mountain-middle.json b/biomes/hot/hot-mountain-middle.json index 3cf3a828..bf349f43 100644 --- a/biomes/hot/hot-mountain-middle.json +++ b/biomes/hot/hot-mountain-middle.json @@ -2,6 +2,7 @@ "name": "Hot Mountain Middle", "derivative": "DESERT", "rarity": 1, + "color": "#DFBF39", "vanillaDerivative": "DESERT", "generators": [ { diff --git a/biomes/hot/hot-mountain-plains.json b/biomes/hot/hot-mountain-plains.json index 764e871d..cd2377da 100644 --- a/biomes/hot/hot-mountain-plains.json +++ b/biomes/hot/hot-mountain-plains.json @@ -2,6 +2,7 @@ "name": "Hot Mountain Plains", "derivative": "DESERT", "rarity": 1, + "color": "#BFA431", "vanillaDerivative": "DESERT", "generators": [{ "generator": "smooth-dunes", diff --git a/biomes/hot/hot-mountain.json b/biomes/hot/hot-mountain.json index 689dde36..c37ee90d 100644 --- a/biomes/hot/hot-mountain.json +++ b/biomes/hot/hot-mountain.json @@ -2,6 +2,7 @@ "name": "Hot Mountains", "derivative": "DESERT", "rarity": 1, + "color": "#9F8829", "vanillaDerivative": "DESERT", "generators": [{ "min": 90, diff --git a/biomes/hot/hot-oasis.json b/biomes/hot/hot-oasis.json index 217df19f..7b930a97 100644 --- a/biomes/hot/hot-oasis.json +++ b/biomes/hot/hot-oasis.json @@ -2,6 +2,7 @@ "name": "Hot Oasis", "derivative": "DESERT", "rarity": 1, + "color": "#6ABF31", "vanillaDerivative": "DESERT", "generators": [{ "generator": "plain", diff --git a/biomes/hot/sav-acacia-denmyre.json b/biomes/hot/sav-acacia-denmyre.json index 5a9f4466..df139160 100644 --- a/biomes/hot/sav-acacia-denmyre.json +++ b/biomes/hot/sav-acacia-denmyre.json @@ -2,6 +2,7 @@ "name": "Savanna Acacia Denmyre", "derivative": "DESERT", "rarity": 1, + "color": "#FFB641", "vanillaDerivative": "SAVANNA", "customDerivitives": [{ "id": "savdenmyre", diff --git a/biomes/hot/sav-beach.json b/biomes/hot/sav-beach.json index 04061e91..38010ce2 100644 --- a/biomes/hot/sav-beach.json +++ b/biomes/hot/sav-beach.json @@ -2,6 +2,7 @@ "name": "Savanna Beach", "derivative": "SAVANNA", "rarity": 1, + "color": "#DF9F39", "vanillaDerivative": "SAVANNA", "customDerivitives": [{ "id": "savbeach", diff --git a/biomes/hot/sav-cliff.json b/biomes/hot/sav-cliff.json index a39fb32f..5e26a902 100644 --- a/biomes/hot/sav-cliff.json +++ b/biomes/hot/sav-cliff.json @@ -2,6 +2,7 @@ "name": "Savanna Cliffs", "derivative": "SAVANNA", "rarity": 1, + "color": "#BF8931", "vanillaDerivative": "SAVANNA", "children": ["hot/sav-acacia-denmyre"], "customDerivitives": [{ diff --git a/biomes/hot/sav-forest.json b/biomes/hot/sav-forest.json index 00f94bfd..d8946798 100644 --- a/biomes/hot/sav-forest.json +++ b/biomes/hot/sav-forest.json @@ -1,6 +1,7 @@ { "name": "Savanna Forest", "rarity": 1, + "color": "#9F7229", "derivative": "SAVANNA", "vanillaDerivative": "SAVANNA", "customDerivitives": [{ diff --git a/biomes/hot/sav-plateau.json b/biomes/hot/sav-plateau.json index 491598b1..0a55e2ae 100644 --- a/biomes/hot/sav-plateau.json +++ b/biomes/hot/sav-plateau.json @@ -2,6 +2,7 @@ "name": "Savanna Plateau", "derivative": "SAVANNA_PLATEAU", "rarity": 1, + "color": "#805B21", "vanillaDerivative": "SAVANNA", "customDerivitives": [{ "id": "savplateau", diff --git a/biomes/hot/sav-savanna.json b/biomes/hot/sav-savanna.json index 99d29db8..caf1d4d7 100644 --- a/biomes/hot/sav-savanna.json +++ b/biomes/hot/sav-savanna.json @@ -2,6 +2,7 @@ "name": "Savanna", "derivative": "SAVANNA", "rarity": 1, + "color": "#604418", "vanillaDerivative": "SAVANNA", "children": ["hot/sav-cliff"], "customDerivitives": [{ diff --git a/biomes/mesa/msa-beach.json b/biomes/mesa/msa-beach.json index 65345a37..f256802d 100644 --- a/biomes/mesa/msa-beach.json +++ b/biomes/mesa/msa-beach.json @@ -1,6 +1,7 @@ { "name": "Mesa beach", "rarity": 1, + "color": "#F4AE2D", "derivative": "DESERT_LAKES", "vanillaDerivative": "DESERT_LAKES", "generators": [{ diff --git a/biomes/mesa/msa-blue.json b/biomes/mesa/msa-blue.json index cff70bdb..edcf379c 100644 --- a/biomes/mesa/msa-blue.json +++ b/biomes/mesa/msa-blue.json @@ -1,6 +1,7 @@ { "name": "Mesa Blue", "rarity": 1, + "color": "#0B049F", "derivative": "SHATTERED_SAVANNA", "vanillaDerivative": "BADLANDS", "generators": [ diff --git a/biomes/mesa/msa-cliffs.json b/biomes/mesa/msa-cliffs.json index 0a964867..846b5b7a 100644 --- a/biomes/mesa/msa-cliffs.json +++ b/biomes/mesa/msa-cliffs.json @@ -1,6 +1,7 @@ { "name": "Mesa Cliffs", "rarity": 1, + "color": "#D69827", "derivative": "SHATTERED_SAVANNA_PLATEAU", "vanillaDerivative": "BADLANDS_PLATEAU", "generators": [ diff --git a/biomes/mesa/msa-dark.json b/biomes/mesa/msa-dark.json index 9bcc9555..839bfccc 100644 --- a/biomes/mesa/msa-dark.json +++ b/biomes/mesa/msa-dark.json @@ -1,6 +1,7 @@ { "name": "Mesa Dark", "rarity": 1, + "color": "#050240", "derivative": "SHATTERED_SAVANNA", "vanillaDerivative": "ERODED_BADLANDS", "children": [ diff --git a/biomes/mesa/msa-green.json b/biomes/mesa/msa-green.json index 4bf6a3c4..df5879bd 100644 --- a/biomes/mesa/msa-green.json +++ b/biomes/mesa/msa-green.json @@ -1,6 +1,7 @@ { "name": "Mesa Green", "rarity": 1, + "color": "#216002", "vanillaDerivative": "BADLANDS", "derivative": "SHATTERED_SAVANNA", "generators": [ diff --git a/biomes/mesa/msa-mesa.json b/biomes/mesa/msa-mesa.json index 90007f15..e961b17a 100644 --- a/biomes/mesa/msa-mesa.json +++ b/biomes/mesa/msa-mesa.json @@ -1,6 +1,7 @@ { "name": "Mesa", "rarity": 1, + "color": "#B78322", "derivative": "BADLANDS", "vanillaDerivative": "BADLANDS", "biomeScatter": [ diff --git a/biomes/mesa/msa-plateau-dirt-high.json b/biomes/mesa/msa-plateau-dirt-high.json index cc6404fe..d2bb7d67 100644 --- a/biomes/mesa/msa-plateau-dirt-high.json +++ b/biomes/mesa/msa-plateau-dirt-high.json @@ -1,6 +1,7 @@ { "name": "Mesa Plateau Dirt high", "rarity": 1, + "color": "#996D1C", "derivative": "BADLANDS", "vanillaDerivative": "BADLANDS", "biomeScatter": ["BADLANDS"], diff --git a/biomes/mesa/msa-plateau-dirt.json b/biomes/mesa/msa-plateau-dirt.json index 26f752da..20c78a05 100644 --- a/biomes/mesa/msa-plateau-dirt.json +++ b/biomes/mesa/msa-plateau-dirt.json @@ -1,6 +1,7 @@ { "name": "Mesa Plateau Dirt", "rarity": 1, + "color": "#7A5716", "derivative": "BADLANDS", "vanillaDerivative": "BADLANDS", "biomeScatter": ["BADLANDS"], diff --git a/biomes/mesa/msa-plateau-high.json b/biomes/mesa/msa-plateau-high.json index 0491adc1..9d626589 100644 --- a/biomes/mesa/msa-plateau-high.json +++ b/biomes/mesa/msa-plateau-high.json @@ -1,6 +1,7 @@ { "name": "Mesa Plateau High", "rarity": 1, + "color": "#5B4111", "derivative": "BADLANDS", "vanillaDerivative": "BADLANDS", "biomeScatter": [ diff --git a/biomes/mesa/msa-plateau.json b/biomes/mesa/msa-plateau.json index 90497fda..97ce71fb 100644 --- a/biomes/mesa/msa-plateau.json +++ b/biomes/mesa/msa-plateau.json @@ -2,6 +2,7 @@ "name": "Mesa Plateau", "derivative": "BADLANDS", "rarity": 1, + "color": "#3D2B0B", "vanillaDerivative": "BADLANDS", "biomeScatter": [ "BADLANDS", diff --git a/biomes/mesa/msa-red.json b/biomes/mesa/msa-red.json index 14829a40..f2aab863 100644 --- a/biomes/mesa/msa-red.json +++ b/biomes/mesa/msa-red.json @@ -1,6 +1,7 @@ { "name": "Mesa Red", "rarity": 1, + "color": "#9F3104", "vanillaDerivative": "BADLANDS", "derivative": "SHATTERED_SAVANNA", "generators": [ diff --git a/biomes/mesa/msa-valleys.json b/biomes/mesa/msa-valleys.json index 1a11fcf1..d61d67c9 100644 --- a/biomes/mesa/msa-valleys.json +++ b/biomes/mesa/msa-valleys.json @@ -2,6 +2,7 @@ "name": "Mesa Valley", "derivative": "SAVANNA", "rarity": 1, + "color": "#644F29", "vanillaDerivative": "BADLANDS", "generators": [{ "min": 5, diff --git a/biomes/mesa/msa-yellow.json b/biomes/mesa/msa-yellow.json index a064c2fe..331b55bb 100644 --- a/biomes/mesa/msa-yellow.json +++ b/biomes/mesa/msa-yellow.json @@ -2,6 +2,7 @@ "name": "Mesa Yellow", "derivative": "SHATTERED_SAVANNA", "rarity": 1, + "color": "#BDBF05", "vanillaDerivative": "BADLANDS", "children": ["mesa/msa-dark"], "generators": [ diff --git a/biomes/mountain/mtn-beach.json b/biomes/mountain/mtn-beach.json index db593754..94676aee 100644 --- a/biomes/mountain/mtn-beach.json +++ b/biomes/mountain/mtn-beach.json @@ -2,6 +2,7 @@ "name": "Mountain Beach", "derivative": "TAIGA_MOUNTAINS", "rarity": 1, + "color": "#365B8F", "vanillaDerivative": "TAIGA_MOUNTAINS", "generators": [{ "min": 0, diff --git a/biomes/mountain/mtn-cliffs.json b/biomes/mountain/mtn-cliffs.json index e5fd0e48..45ce0ada 100644 --- a/biomes/mountain/mtn-cliffs.json +++ b/biomes/mountain/mtn-cliffs.json @@ -1,6 +1,7 @@ { "name": "Mountain Cliffs", "rarity": 1, + "color": "#355580", "vanillaDerivative": "TAIGA_MOUNTAINS", "derivative": "TAIGA_MOUNTAINS", "generators": [ diff --git a/biomes/mountain/mtn-forest-hills.json b/biomes/mountain/mtn-forest-hills.json index 4c32d388..8cd332a5 100644 --- a/biomes/mountain/mtn-forest-hills.json +++ b/biomes/mountain/mtn-forest-hills.json @@ -1,6 +1,7 @@ { "name": "Mountain Forest Hills", "rarity": 1, + "color": "#27374C", "derivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", "generators": [ diff --git a/biomes/mountain/mtn-forest.json b/biomes/mountain/mtn-forest.json index b8fef8ab..2fdfd5ae 100644 --- a/biomes/mountain/mtn-forest.json +++ b/biomes/mountain/mtn-forest.json @@ -1,6 +1,7 @@ { "name": "Mountain Forest", "rarity": 1, + "color": "#3D4959", "derivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", "generators": [ diff --git a/biomes/mountain/mtn-hills.json b/biomes/mountain/mtn-hills.json index 1083a333..13f2cf46 100644 --- a/biomes/mountain/mtn-hills.json +++ b/biomes/mountain/mtn-hills.json @@ -2,6 +2,7 @@ "name": "Mountain Hills", "derivative": "TAIGA_MOUNTAINS", "rarity": 1, + "color": "#48525F", "vanillaDerivative": "TAIGA_MOUNTAINS", "children": ["mountain/mtn-forest"], "generators": [{ diff --git a/biomes/mountain/mtn-main.json b/biomes/mountain/mtn-main.json index 0d6b11da..c7ab282a 100644 --- a/biomes/mountain/mtn-main.json +++ b/biomes/mountain/mtn-main.json @@ -2,6 +2,7 @@ "name": "Mountain Main", "derivative": "PLAINS", "rarity": 1, + "color": "#2B2E32", "vanillaDerivative": "PLAINS", "children": ["mountain/mtn-middle"], "generators": [ diff --git a/biomes/mountain/mtn-middle.json b/biomes/mountain/mtn-middle.json index f4a7f5de..f5811534 100644 --- a/biomes/mountain/mtn-middle.json +++ b/biomes/mountain/mtn-middle.json @@ -1,5 +1,6 @@ { "name": "Mountain Middle", + "color": "#36383C", "derivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", "children": ["mountain/mtn-cliffs"], diff --git a/biomes/mountain/mtn-mountain.json b/biomes/mountain/mtn-mountain.json index c7049287..753139fc 100644 --- a/biomes/mountain/mtn-mountain.json +++ b/biomes/mountain/mtn-mountain.json @@ -2,6 +2,7 @@ "name": "Mountain", "derivative": "MOUNTAIN_EDGE", "rarity": 1, + "color": "#4B4D4F", "vanillaDerivative": "MOUNTAIN_EDGE", "children": ["mountain/mtn-middle"], "generators": [ diff --git a/biomes/mountain/mtn-plain-hills.json b/biomes/mountain/mtn-plain-hills.json index 12e1ee50..6d7e7265 100644 --- a/biomes/mountain/mtn-plain-hills.json +++ b/biomes/mountain/mtn-plain-hills.json @@ -2,6 +2,7 @@ "name": "Mountain Plains Hills", "derivative": "PLAINS", "rarity": 1, + "color": "#606162", "vanillaDerivative": "PLAINS", "generators": [ { diff --git a/biomes/mountain/mtn-plains.json b/biomes/mountain/mtn-plains.json index 9e449939..e98f0355 100644 --- a/biomes/mountain/mtn-plains.json +++ b/biomes/mountain/mtn-plains.json @@ -1,6 +1,7 @@ { "name": "Mountain Plains", "rarity": 1, + "color": "#757576", "derivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", "jigsawStructures": [ diff --git a/biomes/mushroom/mus-beach.json b/biomes/mushroom/mus-beach.json index b4e33d4b..c57bd324 100644 --- a/biomes/mushroom/mus-beach.json +++ b/biomes/mushroom/mus-beach.json @@ -2,6 +2,7 @@ "name": "Mushroom Beach", "derivative": "MUSHROOM_FIELDS", "rarity": 1, + "color": "#D4A7EE", "vanillaDerivative": "MUSHROOM_FIELD_SHORE", "generators": [{ "min": -5, diff --git a/biomes/mushroom/mus-crimson-forest.json b/biomes/mushroom/mus-crimson-forest.json index 30571b91..01a571b8 100644 --- a/biomes/mushroom/mus-crimson-forest.json +++ b/biomes/mushroom/mus-crimson-forest.json @@ -2,6 +2,7 @@ "name": "Crimson Mushroom Swamp", "derivative": "CRIMSON_FOREST", "rarity": 1, + "color": "#EEA7AA", "vanillaDerivative": "MUSHROOM_FIELDS", "layers": [ { diff --git a/biomes/mushroom/mus-forest-hills.json b/biomes/mushroom/mus-forest-hills.json index 0d08c454..dab1ac94 100644 --- a/biomes/mushroom/mus-forest-hills.json +++ b/biomes/mushroom/mus-forest-hills.json @@ -1,6 +1,7 @@ { "name": "Mushroom Forest Hills", "rarity": 1, + "color": "#CFAFCD", "derivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS", "generators": [{ diff --git a/biomes/mushroom/mus-forest.json b/biomes/mushroom/mus-forest.json index 6615636d..bf368620 100644 --- a/biomes/mushroom/mus-forest.json +++ b/biomes/mushroom/mus-forest.json @@ -2,6 +2,7 @@ "name": "Mushroom Forest", "derivative": "MUSHROOM_FIELDS", "rarity": 1, + "color": "#BFA6BE", "vanillaDerivative": "MUSHROOM_FIELDS", "children": ["mushroom/mus-forest-hills"], "customDerivitives": [{ diff --git a/biomes/mushroom/mus-plains.json b/biomes/mushroom/mus-plains.json index 993533b1..d5fd765a 100644 --- a/biomes/mushroom/mus-plains.json +++ b/biomes/mushroom/mus-plains.json @@ -1,6 +1,7 @@ { "name": "Mushroom Plains", "rarity": 1, + "color": "#9F939F", "derivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS", "customDerivitives": [{ diff --git a/biomes/mushroom/mus-warped-forest.json b/biomes/mushroom/mus-warped-forest.json index 432aaec9..42f8bf84 100644 --- a/biomes/mushroom/mus-warped-forest.json +++ b/biomes/mushroom/mus-warped-forest.json @@ -1,6 +1,7 @@ { "name": "Mushroom Warped Forest", "rarity": 1, + "color": "#7870AB", "derivative": "WARPED_FOREST", "vanillaDerivative": "MUSHROOM_FIELDS", "generators": [{ diff --git a/biomes/ocean/msa-river.json b/biomes/ocean/msa-river.json index a30b1ee0..946fc945 100644 --- a/biomes/ocean/msa-river.json +++ b/biomes/ocean/msa-river.json @@ -2,6 +2,7 @@ "name": "Mesa River", "vanillaDerivative": "DESERT_LAKES", "derivative": "DESERT_LAKES", + "color": "#41C3FF", "generators": [{ "generator": "plain", "max": -4, diff --git a/biomes/ocean/oce-beach.json b/biomes/ocean/oce-beach.json index a04daf87..075f3140 100644 --- a/biomes/ocean/oce-beach.json +++ b/biomes/ocean/oce-beach.json @@ -2,6 +2,7 @@ "name": "Ocean Beach", "derivative": "PLAINS", "vanillaDerivative": "PLAINS", + "color": "#39ABDF", "generators": [{ "generator": "ocean", "max": -20, diff --git a/biomes/ocean/oce-deep.json b/biomes/ocean/oce-deep.json index 80ced7ef..4f50e66e 100644 --- a/biomes/ocean/oce-deep.json +++ b/biomes/ocean/oce-deep.json @@ -1,6 +1,7 @@ { "name": "Ocean Deep", "derivative": "DEEP_OCEAN", + "color": "#3192BF", "vanillaDerivative": "DEEP_OCEAN", "generators": [{ "generator": "smooth-dunes", diff --git a/biomes/ocean/oce-fzn-ocean.json b/biomes/ocean/oce-fzn-ocean.json index 7c07af79..f55b04f8 100644 --- a/biomes/ocean/oce-fzn-ocean.json +++ b/biomes/ocean/oce-fzn-ocean.json @@ -2,6 +2,7 @@ "name": "Frozen Ocean", "derivative": "FROZEN_OCEAN", "vanillaDerivative": "FROZEN_OCEAN", + "color": "#297A9F", "layers": [ {"palette": [ {"block": "dirt"}, diff --git a/biomes/ocean/oce-fzn-river.json b/biomes/ocean/oce-fzn-river.json index 30c6f1ed..112e1041 100644 --- a/biomes/ocean/oce-fzn-river.json +++ b/biomes/ocean/oce-fzn-river.json @@ -2,6 +2,7 @@ "name": "Frozen River", "derivative": "FROZEN_RIVER", "vanillaDerivative": "FROZEN_RIVER", + "color": "#216280", "layers": [ {"palette": [ {"block": "dirt"}, diff --git a/biomes/ocean/oce-hot-ocean-cliffs.json b/biomes/ocean/oce-hot-ocean-cliffs.json index 58df3f49..3f04ce82 100644 --- a/biomes/ocean/oce-hot-ocean-cliffs.json +++ b/biomes/ocean/oce-hot-ocean-cliffs.json @@ -2,6 +2,7 @@ "name": "Hot Ocean Cliffs", "derivative": "OCEAN", "vanillaDerivative": "OCEAN", + "color": "#184960", "generators": [{ "min": -31, "max": -7, diff --git a/biomes/ocean/oce-hot-ocean.json b/biomes/ocean/oce-hot-ocean.json index 50fe7579..69096837 100644 --- a/biomes/ocean/oce-hot-ocean.json +++ b/biomes/ocean/oce-hot-ocean.json @@ -3,6 +3,7 @@ "derivative": "WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN", "children": ["ocean/oce-hot-ocean-cliffs"], + "color": "#103140", "generators": [{ "min": -11, "max": -7, diff --git a/biomes/ocean/oce-hot-river.json b/biomes/ocean/oce-hot-river.json index 585a4820..a812db11 100644 --- a/biomes/ocean/oce-hot-river.json +++ b/biomes/ocean/oce-hot-river.json @@ -1,6 +1,7 @@ { "name": "Hot river", "vanillaDerivative": "DESERT_LAKES", + "color": "#081820", "derivative": "DESERT_LAKES", "generators": [{ "generator": "plain", diff --git a/biomes/ocean/oce-mtn-lake.json b/biomes/ocean/oce-mtn-lake.json index 30a4f929..78dbb2bf 100644 --- a/biomes/ocean/oce-mtn-lake.json +++ b/biomes/ocean/oce-mtn-lake.json @@ -2,6 +2,7 @@ "name": "Mountain Lake", "derivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", + "color": "#4196FF", "generators": [{ "generator": "plain", "max": -10, diff --git a/biomes/ocean/oce-mtn-river-soft.json b/biomes/ocean/oce-mtn-river-soft.json index d914caea..80c9d8a9 100644 --- a/biomes/ocean/oce-mtn-river-soft.json +++ b/biomes/ocean/oce-mtn-river-soft.json @@ -2,6 +2,7 @@ "name": "Mountain River Soft", "derivative": "RIVER", "vanillaDerivative": "RIVER", + "color": "#4196FF", "generators": [{ "generator": "river", "max": -4, diff --git a/biomes/ocean/oce-mtn-river.json b/biomes/ocean/oce-mtn-river.json index 34fdedc1..cd1e56be 100644 --- a/biomes/ocean/oce-mtn-river.json +++ b/biomes/ocean/oce-mtn-river.json @@ -2,6 +2,7 @@ "name": "Mountain River", "derivative": "RIVER", "vanillaDerivative": "RIVER", + "color": "#3983DF", "generators": [{ "generator": "river", "max": -7, diff --git a/biomes/ocean/oce-mus-lake.json b/biomes/ocean/oce-mus-lake.json index 6bf3028a..8708408f 100644 --- a/biomes/ocean/oce-mus-lake.json +++ b/biomes/ocean/oce-mus-lake.json @@ -2,6 +2,7 @@ "name": "Mushroom Lake", "derivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS", + "color": "#3171BF", "layers": [ { "zoom": 0.3, diff --git a/biomes/ocean/oce-mus-ocean.json b/biomes/ocean/oce-mus-ocean.json index a101b92b..2d860c91 100644 --- a/biomes/ocean/oce-mus-ocean.json +++ b/biomes/ocean/oce-mus-ocean.json @@ -2,6 +2,7 @@ "name": "Mushroom Ocean", "derivative": "OCEAN", "vanillaDerivative": "OCEAN", + "color": "#295E9F", "layers": [ { "minHeight": 2, diff --git a/biomes/ocean/oce-ocean.json b/biomes/ocean/oce-ocean.json index e402ddc7..c2fb2f28 100644 --- a/biomes/ocean/oce-ocean.json +++ b/biomes/ocean/oce-ocean.json @@ -2,6 +2,7 @@ "name": "Ocean", "derivative": "OCEAN", "vanillaDerivative": "OCEAN", + "color": "#214B80", "generators": [{ "generator": "mountain", "max": -35, diff --git a/biomes/ocean/oce-swa-ocean-tree.json b/biomes/ocean/oce-swa-ocean-tree.json index ff1637eb..8a77cc66 100644 --- a/biomes/ocean/oce-swa-ocean-tree.json +++ b/biomes/ocean/oce-swa-ocean-tree.json @@ -2,6 +2,7 @@ "name": "Swamp Ocean tree", "derivative": "SWAMP", "vanillaDerivative": "OCEAN", + "color": "#183860", "generators": [{ "min": -1, "max": 0, diff --git a/biomes/ocean/oce-swa-ocean.json b/biomes/ocean/oce-swa-ocean.json index 908c60fb..fc50417b 100644 --- a/biomes/ocean/oce-swa-ocean.json +++ b/biomes/ocean/oce-swa-ocean.json @@ -2,6 +2,7 @@ "name": "Swamp Ocean", "derivative": "SWAMP", "vanillaDerivative": "OCEAN", + "color": "#102540", "generators": [{ "min": -8, "max": -3, diff --git a/biomes/ocean/oce-tem-ocean-deep.json b/biomes/ocean/oce-tem-ocean-deep.json index 546e786a..d3949a68 100644 --- a/biomes/ocean/oce-tem-ocean-deep.json +++ b/biomes/ocean/oce-tem-ocean-deep.json @@ -2,6 +2,7 @@ "name": "Temperate Ocean Deep", "derivative": "DEEP_OCEAN", "vanillaDerivative": "DEEP_OCEAN", + "color": "#416DFF", "generators": [{ "min": -52, "max": -37, diff --git a/biomes/ocean/oce-tem-ocean.json b/biomes/ocean/oce-tem-ocean.json index 8f513995..9536520d 100644 --- a/biomes/ocean/oce-tem-ocean.json +++ b/biomes/ocean/oce-tem-ocean.json @@ -2,7 +2,7 @@ "name": "Temperate Ocean", "derivative": "LUKEWARM_OCEAN", "vanillaDerivative": "OCEAN", - "children": ["temperate/oce-tmp-ocean-deep"], + "color": "#395FDF", "generators": [{ "min": -31, "max": -7, diff --git a/biomes/ocean/oce-tem-river.json b/biomes/ocean/oce-tem-river.json index cd4f468a..9338a5a5 100644 --- a/biomes/ocean/oce-tem-river.json +++ b/biomes/ocean/oce-tem-river.json @@ -2,6 +2,7 @@ "name": "Temperate River", "derivative": "RIVER", "vanillaDerivative": "RIVER", + "color": "#3152BF", "generators": [{ "generator": "river", "max": -7, diff --git a/biomes/ocean/oce-tro-coral-ocean-cliffs.json b/biomes/ocean/oce-tro-coral-ocean-cliffs.json index efe525da..767833a0 100644 --- a/biomes/ocean/oce-tro-coral-ocean-cliffs.json +++ b/biomes/ocean/oce-tro-coral-ocean-cliffs.json @@ -2,6 +2,7 @@ "name": "Tropical Coral Ocean Cliffs", "derivative": "LUKEWARM_OCEAN", "vanillaDerivative": "LUKEWARM_OCEAN", + "color": "#29449F", "children": ["ocean/oce-tro-coral-ocean"], "generators": [{ "min": -51, diff --git a/biomes/ocean/oce-tro-coral-ocean.json b/biomes/ocean/oce-tro-coral-ocean.json index eb19fdc1..d9e46936 100644 --- a/biomes/ocean/oce-tro-coral-ocean.json +++ b/biomes/ocean/oce-tro-coral-ocean.json @@ -1,6 +1,7 @@ { "name": "Tropical Coral Ocean", "derivative": "LUKEWARM_OCEAN", + "color": "#213780", "vanillaDerivative": "WARM_OCEAN", "generators": [{ "min": -51, diff --git a/biomes/ocean/oce-tro-ocean.json b/biomes/ocean/oce-tro-ocean.json index 2d001d30..ee6647b7 100644 --- a/biomes/ocean/oce-tro-ocean.json +++ b/biomes/ocean/oce-tro-ocean.json @@ -1,6 +1,7 @@ { "name": "Tropical Ocean", "derivative": "DEEP_WARM_OCEAN", + "color": "#182960", "vanillaDerivative": "WARM_OCEAN", "children": [ "ocean/oce-tro-coral-ocean", diff --git a/biomes/ocean/oce-tro-river-soft.json b/biomes/ocean/oce-tro-river-soft.json index 7fec10cb..8b069f2b 100644 --- a/biomes/ocean/oce-tro-river-soft.json +++ b/biomes/ocean/oce-tro-river-soft.json @@ -1,6 +1,7 @@ { "name": "Tropical River Soft", "derivative": "WARM_OCEAN", + "color": "#101B40", "vanillaDerivative": "WARM_OCEAN", "generators": [{ "min": -51, diff --git a/biomes/ocean/oce-tro-river-steep.json b/biomes/ocean/oce-tro-river-steep.json index 65c22d38..925cd754 100644 --- a/biomes/ocean/oce-tro-river-steep.json +++ b/biomes/ocean/oce-tro-river-steep.json @@ -1,6 +1,7 @@ { "name": "Tropical River Steep", "derivative": "WARM_OCEAN", + "color": "#5341FF", "vanillaDerivative": "WARM_OCEAN", "generators": [{ "generator": "river", diff --git a/biomes/ocean/oce-tun-river-rocky.json b/biomes/ocean/oce-tun-river-rocky.json index bf7843c8..d71d2e52 100644 --- a/biomes/ocean/oce-tun-river-rocky.json +++ b/biomes/ocean/oce-tun-river-rocky.json @@ -1,6 +1,7 @@ { "name": "Tundra River Rocky", "derivative": "LUKEWARM_OCEAN", + "color": "#4939DF", "vanillaDerivative": "LUKEWARM_OCEAN", "generators": [{ "min": -31, diff --git a/biomes/ocean/oce-tun-river.json b/biomes/ocean/oce-tun-river.json index 514a183c..5bca91b0 100644 --- a/biomes/ocean/oce-tun-river.json +++ b/biomes/ocean/oce-tun-river.json @@ -2,6 +2,7 @@ "name": "Tundra River", "derivative": "COLD_OCEAN", "vanillaDerivative": "RIVER", + "color": "#3E31BF", "children": ["ocean/oce-tun-river-rocky"], "generators": [{ "generator": "river", diff --git a/biomes/ocean/oce-warm-bottom.json b/biomes/ocean/oce-warm-bottom.json index 6b378c63..7cf3ab26 100644 --- a/biomes/ocean/oce-warm-bottom.json +++ b/biomes/ocean/oce-warm-bottom.json @@ -1,6 +1,7 @@ { "name": "Ocean Warm Bottom", "derivative": "WARM_OCEAN", + "color": "#34299F", "vanillaDerivative": "WARM_OCEAN", "generators": [{ "generator": "plain", diff --git a/biomes/ocean/oce-warm.json b/biomes/ocean/oce-warm.json index 495924d5..4b240cd8 100644 --- a/biomes/ocean/oce-warm.json +++ b/biomes/ocean/oce-warm.json @@ -2,6 +2,7 @@ "name": "Ocean Warm", "derivative": "WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN", + "color": "#2A2180", "children": ["ocean/oce-warm-bottom"], "generators": [{ "generator": "plain", diff --git a/biomes/swamp/swa-beach.json b/biomes/swamp/swa-beach.json index c0ede428..feffb30b 100644 --- a/biomes/swamp/swa-beach.json +++ b/biomes/swamp/swa-beach.json @@ -2,6 +2,7 @@ "name": "Swamp Beach", "derivative": "SWAMP", "rarity": 1, + "color": "#55A300", "vanillaDerivative": "BEACH", "generators": [{ "min": 1, diff --git a/biomes/swamp/swa-denmyre.json b/biomes/swamp/swa-denmyre.json index 31637aa9..398898c8 100644 --- a/biomes/swamp/swa-denmyre.json +++ b/biomes/swamp/swa-denmyre.json @@ -2,6 +2,7 @@ "name": "Swamp Denmyre", "rarity": 1, "derivative": "SWAMP", + "color": "#609A20", "vanillaDerivative": "DARK_FOREST", "generators": [{ "min": 4, diff --git a/biomes/swamp/swa-lake.json b/biomes/swamp/swa-lake.json index e2071845..66961539 100644 --- a/biomes/swamp/swa-lake.json +++ b/biomes/swamp/swa-lake.json @@ -1,6 +1,7 @@ { "name": "Swampy Marsh", "rarity": 1, + "color": "#6A9140", "derivative": "SWAMP", "vanillaDerivative": "SWAMP", "children": ["swamp/swa-marsh"], diff --git a/biomes/swamp/swa-marsh-rotten.json b/biomes/swamp/swa-marsh-rotten.json index 5cdb7c13..be7473bb 100644 --- a/biomes/swamp/swa-marsh-rotten.json +++ b/biomes/swamp/swa-marsh-rotten.json @@ -1,6 +1,7 @@ { "name": "Swamp Marsh Rotten", "rarity": 1, + "color": "#758860", "derivative": "SWAMP_HILLS", "vanillaDerivative": "SWAMP", "generators": [{ diff --git a/biomes/swamp/swa-marsh.json b/biomes/swamp/swa-marsh.json index e582885e..b830a695 100644 --- a/biomes/swamp/swa-marsh.json +++ b/biomes/swamp/swa-marsh.json @@ -2,6 +2,7 @@ "name": "Swamp Marsh", "derivative": "SWAMP", "rarity": 1, + "color": "#36A300", "vanillaDerivative": "SWAMP", "children": ["swamp/swa-marsh-rotten"], "generators": [{ diff --git a/biomes/swamp/swa-roofed-forest.json b/biomes/swamp/swa-roofed-forest.json index f9929599..1a2162ac 100644 --- a/biomes/swamp/swa-roofed-forest.json +++ b/biomes/swamp/swa-roofed-forest.json @@ -2,6 +2,7 @@ "name": "Swamp Roofed Forest", "derivative": "SWAMP", "rarity": 1, + "color": "#3F9F10", "vanillaDerivative": "DARK_FOREST", "children": ["swamp/swa-lake"], "generators": [{ diff --git a/biomes/swamp/swa-roofed-wayward.json b/biomes/swamp/swa-roofed-wayward.json index f40a2a10..4802bac8 100644 --- a/biomes/swamp/swa-roofed-wayward.json +++ b/biomes/swamp/swa-roofed-wayward.json @@ -2,6 +2,7 @@ "name": "Swamp Roofed Wayward", "derivative": "SWAMP", "rarity": 1, + "color": "#489A20", "vanillaDerivative": "DARK_FOREST", "children": ["swamp/swa-lake"], "generators": [{ diff --git a/biomes/swamp/swa-willow-forest.json b/biomes/swamp/swa-willow-forest.json index 817d3d86..cd705ab6 100644 --- a/biomes/swamp/swa-willow-forest.json +++ b/biomes/swamp/swa-willow-forest.json @@ -2,6 +2,7 @@ "name": "Swamp Willow Forest", "derivative": "SWAMP", "rarity": 1, + "color": "#648D50", "vanillaDerivative": "DARK_FOREST", "children": [ "swamp/swa-denmyre", diff --git a/biomes/temperate/tem-beach.json b/biomes/temperate/tem-beach.json index f0cc8167..366ef043 100644 --- a/biomes/temperate/tem-beach.json +++ b/biomes/temperate/tem-beach.json @@ -2,6 +2,7 @@ "name": "Temperate Beach", "derivative": "BEACH", "rarity": 1, + "color": "#EDFF00", "vanillaDerivative": "BEACH", "generators": [{ "min": -5, diff --git a/biomes/temperate/tem-birch-denmyre.json b/biomes/temperate/tem-birch-denmyre.json index 44abf951..33a15649 100644 --- a/biomes/temperate/tem-birch-denmyre.json +++ b/biomes/temperate/tem-birch-denmyre.json @@ -2,6 +2,7 @@ "name": "Temperate Birch Denmyre", "derivative": "FOREST", "rarity": 1, + "color": "#DFEF10", "vanillaDerivative": "BIRCH_FOREST", "generators": [{ "min": 4, diff --git a/biomes/temperate/tem-birch-forest.json b/biomes/temperate/tem-birch-forest.json index f0ff50a4..0e8de67f 100644 --- a/biomes/temperate/tem-birch-forest.json +++ b/biomes/temperate/tem-birch-forest.json @@ -2,6 +2,7 @@ "name": "Temperate Birch Forest", "derivative": "PLAINS", "rarity": 1, + "color": "#D2DF20", "vanillaDerivative": "BIRCH_FOREST", "children": ["temperate/tem-birch-denmyre"], "generators": [{ diff --git a/biomes/temperate/tem-flower-forest.json b/biomes/temperate/tem-flower-forest.json index 44e112de..25e7f3bd 100644 --- a/biomes/temperate/tem-flower-forest.json +++ b/biomes/temperate/tem-flower-forest.json @@ -2,6 +2,7 @@ "name": "Temperate Flower Forest", "derivative": "FLOWER_FOREST", "rarity": 1, + "color": "#C4CF30", "vanillaDerivative": "FLOWER_FOREST", "generators": [{ "min": 4, diff --git a/biomes/temperate/tem-highlands.json b/biomes/temperate/tem-highlands.json index 1d8d1be8..6961b81b 100644 --- a/biomes/temperate/tem-highlands.json +++ b/biomes/temperate/tem-highlands.json @@ -2,6 +2,7 @@ "name": "Temperate Highlands", "derivative": "FOREST", "rarity": 1, + "color": "#B6BF40", "vanillaDerivative": "PLAINS", "generators": [{ "min": 15, diff --git a/biomes/temperate/tem-island.json b/biomes/temperate/tem-island.json index d309ad99..0a5c4526 100644 --- a/biomes/temperate/tem-island.json +++ b/biomes/temperate/tem-island.json @@ -2,6 +2,7 @@ "name": "Temperate Island", "derivative": "PLAINS", "rarity": 1, + "color": "#A9AF50", "vanillaDerivative": "PLAINS", "children": ["temperate/tem-wilds"], "generators": [{ diff --git a/biomes/temperate/tem-longtree-forest.json b/biomes/temperate/tem-longtree-forest.json index 6d4021d0..ddcbfb0c 100644 --- a/biomes/temperate/tem-longtree-forest.json +++ b/biomes/temperate/tem-longtree-forest.json @@ -1,6 +1,7 @@ { "vanillaDerivative": "FOREST", "rarity": 1, + "color": "#9B9F60", "name": "Long tree forest", "effects": [{ "particleAltX": 0.301, diff --git a/biomes/temperate/tem-oak-beach.json b/biomes/temperate/tem-oak-beach.json index 0a787202..48049352 100644 --- a/biomes/temperate/tem-oak-beach.json +++ b/biomes/temperate/tem-oak-beach.json @@ -1,6 +1,7 @@ { "name": "Temperate Oak Beach", "rarity": 1, + "color": "#8D8F70", "derivative": "DEEP_LUKEWARM_OCEAN", "vanillaDerivative": "FOREST", "generators": [{ diff --git a/biomes/temperate/tem-oak-denmyre.json b/biomes/temperate/tem-oak-denmyre.json index 27735f19..ed5ae7f9 100644 --- a/biomes/temperate/tem-oak-denmyre.json +++ b/biomes/temperate/tem-oak-denmyre.json @@ -1,6 +1,7 @@ { "name": "Temperate Oak Denmyre", "rarity": 1, + "color": "#C8FF00", "derivative": "FOREST", "vanillaDerivative": "FOREST", "generators": [{ diff --git a/biomes/temperate/tem-oak-forest.json b/biomes/temperate/tem-oak-forest.json index 0f7b1288..bee18eb8 100644 --- a/biomes/temperate/tem-oak-forest.json +++ b/biomes/temperate/tem-oak-forest.json @@ -2,6 +2,7 @@ "name": "Temperate Oak Forest", "derivative": "DEEP_LUKEWARM_OCEAN", "rarity": 1, + "color": "#BFEF10", "vanillaDerivative": "FOREST", "children": ["temperate/tem-oak-denmyre"], "customDerivitives": [{ diff --git a/biomes/temperate/tem-oak-hills.json b/biomes/temperate/tem-oak-hills.json index 18966f37..ca11b359 100644 --- a/biomes/temperate/tem-oak-hills.json +++ b/biomes/temperate/tem-oak-hills.json @@ -1,6 +1,7 @@ { "name": "Temperate Oak Hills", "rarity": 1, + "color": "#B6DF20", "derivative": "FOREST", "vanillaDerivative": "FOREST", "customDerivitives": [{ diff --git a/biomes/temperate/tem-oak.json b/biomes/temperate/tem-oak.json index 3ecbbf57..818ac034 100644 --- a/biomes/temperate/tem-oak.json +++ b/biomes/temperate/tem-oak.json @@ -2,6 +2,7 @@ "name": "Temperate Oak", "derivative": "FOREST", "rarity": 1, + "color": "#ADCF30", "vanillaDerivative": "FOREST", "children": ["temperate/tem-oak-hills"], "generators": [{ diff --git a/biomes/temperate/tem-plain-hills.json b/biomes/temperate/tem-plain-hills.json index 3c87a67a..9f26ce61 100644 --- a/biomes/temperate/tem-plain-hills.json +++ b/biomes/temperate/tem-plain-hills.json @@ -2,6 +2,7 @@ "name": "Temperate Plains Hills", "derivative": "PLAINS", "rarity": 1, + "color": "#A4BF40", "vanillaDerivative": "PLAINS", "customDerivitives": [{ "id": "templainhills", diff --git a/biomes/temperate/tem-plains.json b/biomes/temperate/tem-plains.json index 14032f52..3d2989c0 100644 --- a/biomes/temperate/tem-plains.json +++ b/biomes/temperate/tem-plains.json @@ -2,6 +2,7 @@ "name": "Temperate Plains", "derivative": "PLAINS", "rarity": 1, + "color": "#9BAF50", "vanillaDerivative": "PLAINS", "children": [ "temperate/tem-plain-hills", diff --git a/biomes/temperate/tem-plateau.json b/biomes/temperate/tem-plateau.json index 09ab5235..955d9589 100644 --- a/biomes/temperate/tem-plateau.json +++ b/biomes/temperate/tem-plateau.json @@ -2,6 +2,7 @@ "name": "Temperate Plateau", "derivative": "DEEP_LUKEWARM_OCEAN", "rarity": 1, + "color": "#929F60", "vanillaDerivative": "FOREST", "customDerivitives": [{ "id": "templateau", diff --git a/biomes/temperate/tem-sakura-pink-child.json b/biomes/temperate/tem-sakura-pink-child.json index 373e636b..3e349f78 100644 --- a/biomes/temperate/tem-sakura-pink-child.json +++ b/biomes/temperate/tem-sakura-pink-child.json @@ -1,6 +1,7 @@ { "name": "Temperate Sakura Child Forest", "rarity": 1, + "color": "#EE96F4", "derivative": "FLOWER_FOREST", "vanillaDerivative": "FOREST", "customDerivitives": [{ diff --git a/biomes/temperate/tem-sakura-pink-forest.json b/biomes/temperate/tem-sakura-pink-forest.json index 0f15d12a..2eaef364 100644 --- a/biomes/temperate/tem-sakura-pink-forest.json +++ b/biomes/temperate/tem-sakura-pink-forest.json @@ -2,6 +2,7 @@ "name": "Temperate Sakura Pink Forest", "derivative": "FLOWER_FOREST", "rarity": 1, + "color": "#DF4FE8", "vanillaDerivative": "FOREST", "children": ["temperate/tem-sakura-pink-child"], "childStyle": { diff --git a/biomes/temperate/tem-stranged-plains.json b/biomes/temperate/tem-stranged-plains.json index 424ccbea..8fcd2542 100644 --- a/biomes/temperate/tem-stranged-plains.json +++ b/biomes/temperate/tem-stranged-plains.json @@ -1,6 +1,7 @@ { "name": "Stranged Plains", "rarity": 1, + "color": "#F7F448", "derivative": "PLAINS", "vanillaDerivative": "PLAINS", "childStyle": { diff --git a/biomes/temperate/tem-wilds.json b/biomes/temperate/tem-wilds.json index cfccd533..4162c1e5 100644 --- a/biomes/temperate/tem-wilds.json +++ b/biomes/temperate/tem-wilds.json @@ -2,6 +2,7 @@ "name": "Temperate Wilds", "derivative": "PLAINS", "rarity": 1, + "color": "#B6CF68", "vanillaDerivative": "PLAINS", "children": ["temperate/tem-highlands"], "customDerivitives": [{