From e7cda824a365d4f9b08f6ffd0a313c1f36cb348e Mon Sep 17 00:00:00 2001 From: DeathShadez <51402617+DeathShadez@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:57:25 -0400 Subject: [PATCH] Fixes for validate biome colors check --- biomes/colors.yml | 2 ++ biomes/land/polar/ice_cap/plain/land_glacier.yml | 2 +- biomes/ocean/temperate/deep-ocean/deep_ocean_vents.yml | 2 +- biomes/ocean/warm/deep-ocean/tropical_deep_ocean_vents.yml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/biomes/colors.yml b/biomes/colors.yml index c3dec350..78f5827c 100644 --- a/biomes/colors.yml +++ b/biomes/colors.yml @@ -138,6 +138,7 @@ SNOWY_PLAINS: 0xccefdd SNOWY_MEADOW: 0xe6f7ee ICE_SPIKES: 0xd1e3ef +LAND_GLACIER: 0xdfe7ed SNOWY_MOUNTAINS: 0x99cbc8 SNOWY_MOUNTAINS_RIVER: 0x5ba9cb @@ -179,6 +180,7 @@ OCEAN: 0x1787d4 OCEAN_SLOPES: 0x198fe0 OCEAN_OVERHANGS: 0x1477ba DEEP_OCEAN: 0x3757ad +DEEP_OCEAN_VENTS: 0x284594 DEEP_DEPTHS: 0x304c96 KELP_FOREST: 0x28b36b SEAGRASS_MEADOW: 0x3ddf4f diff --git a/biomes/land/polar/ice_cap/plain/land_glacier.yml b/biomes/land/polar/ice_cap/plain/land_glacier.yml index da8f4b0f..ad5e40bc 100644 --- a/biomes/land/polar/ice_cap/plain/land_glacier.yml +++ b/biomes/land/polar/ice_cap/plain/land_glacier.yml @@ -5,7 +5,7 @@ extends: - ENVIRONMENT_LAND_POLAR_ICE_CAP - EQ_LAND_GLACIER - SNOWY_PLAINS -color: $biomes/colors.yml:ICE_SPIKES +color: $biomes/colors.yml:LAND_GLACIER vanilla: minecraft:frozen_peaks diff --git a/biomes/ocean/temperate/deep-ocean/deep_ocean_vents.yml b/biomes/ocean/temperate/deep-ocean/deep_ocean_vents.yml index a08ff905..be6c365f 100644 --- a/biomes/ocean/temperate/deep-ocean/deep_ocean_vents.yml +++ b/biomes/ocean/temperate/deep-ocean/deep_ocean_vents.yml @@ -3,7 +3,7 @@ type: BIOME extends: - EQ_DEEP_OCEAN_TRENCH - DEEP_OCEAN -color: $biomes/colors.yml:DEEP_OCEAN +color: $biomes/colors.yml:DEEP_OCEAN_VENTS vanilla: minecraft:deep_ocean diff --git a/biomes/ocean/warm/deep-ocean/tropical_deep_ocean_vents.yml b/biomes/ocean/warm/deep-ocean/tropical_deep_ocean_vents.yml index f883821a..8021bc65 100644 --- a/biomes/ocean/warm/deep-ocean/tropical_deep_ocean_vents.yml +++ b/biomes/ocean/warm/deep-ocean/tropical_deep_ocean_vents.yml @@ -3,7 +3,7 @@ type: BIOME extends: - EQ_DEEP_OCEAN_TRENCH - TROPICAL_DEEP_OCEAN -color: $biomes/colors.yml:DEEP_OCEAN +color: $biomes/colors.yml:TROPICAL_DEEP_OCEAN_VENTS vanilla: minecraft:warm_ocean