Skip to content

Commit

Permalink
Fixes for validate biome colors check
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathShadez committed Oct 9, 2024
1 parent 6e80a0c commit e7cda82
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions biomes/colors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ SNOWY_PLAINS: 0xccefdd
SNOWY_MEADOW: 0xe6f7ee

ICE_SPIKES: 0xd1e3ef
LAND_GLACIER: 0xdfe7ed

SNOWY_MOUNTAINS: 0x99cbc8
SNOWY_MOUNTAINS_RIVER: 0x5ba9cb
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion biomes/land/polar/ice_cap/plain/land_glacier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion biomes/ocean/temperate/deep-ocean/deep_ocean_vents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion biomes/ocean/warm/deep-ocean/tropical_deep_ocean_vents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e7cda82

Please sign in to comment.