Skip to content

Commit

Permalink
Fix biome colors (PolyhedralDev#132)
Browse files Browse the repository at this point in the history
* Fix biome colors

* Add caves section to colors.yml

Co-authored-by: Astrash <astrash@protonmail.com>
  • Loading branch information
CDFN and astrsh authored Jul 20, 2022
1 parent f134a59 commit 791a69c
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 6 deletions.
1 change: 1 addition & 0 deletions biomes/cave/deep_dark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ id: DEEP_DARK
type: BIOME
extends: [ CAVE, BASE ]
vanilla: minecraft:deep_dark
color: $biomes/colors.yml:DEEP_DARK

palette:
- BLOCK:minecraft:stone: 319
Expand Down
1 change: 1 addition & 0 deletions biomes/cave/dripstone_caves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ id: DRIPSTONE_CAVES
type: BIOME
extends: [ CAVE, BASE ]
vanilla: minecraft:dripstone_caves
color: $biomes/colors.yml:DRIPSTONE_CAVES

palette:
- DRIPSTONE_CAVES: 319
Expand Down
1 change: 1 addition & 0 deletions biomes/cave/lush_caves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ id: LUSH_CAVES
type: BIOME
extends: [ CAVE, BASE ]
vanilla: minecraft:lush_caves
color: $biomes/colors.yml:LUSH_CAVES

palette:
- LUSH_CAVES: 319
Expand Down
11 changes: 11 additions & 0 deletions biomes/colors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ SANDSTONE_WETLANDS: 0xe8e8c1

CRACKED_BADLANDS_PLATEAU: 0xe86020
BADLANDS_BUTTES: 0xe87f2d
ERODED_BADLANDS_BUTTES: 0xb86321
BADLANDS_MOUNTAINS: 0xe89d45
BADLANDS_MOUNTAINS_RIVER: 0x7ce8b0

DESERT: 0xe8cf68
DESERT_FLATS: 0xe8df68
DESERT_PILLARS: 0xe8bb6c
DESERT_SPIKES: 0xdbc35e
DESERT_SPIKES_GOLD: 0xffea12
Expand Down Expand Up @@ -42,6 +44,7 @@ XERIC_LOW_HILLS: 0xd6af7e
XERIC_HILLS: 0xc7985d
XERIC_PLAINS: 0xdea257
XERIC_MOUNTAINS: 0x4a361c
XERIC_MOUNTAINS_RIVER: 0x28454a

SWAMP: 0x4c5714
MANGROVE_SWAMP: 0x677718
Expand Down Expand Up @@ -101,6 +104,7 @@ FOREST_LOWLANDS: 0x96db79
FOREST_FLATS: 0xabf58c
DARK_FOREST: 0x0a4526
DARK_FOREST_HILLS: 0x003a15
EUCALYPTUS_FOREST: 0x5f8575

WOODED_BUTTES: 0x43823d

Expand Down Expand Up @@ -169,6 +173,7 @@ SNOWY_TERRACED_MOUNTAINS: 0x83cbb0
SNOWY_TERRACED_MOUNTAINS_RIVER: 0x74a0cb

SNOWY_ERODED_TERRACED_MOUNTAINS: 0x63bfa0
SNOWY_ERODED_TERRACED_RIVER: 0x5ec0d1
SNOWY_ERODED_TERRACED_MOUNTAINS_RIVER: 0x53afbf

FROZEN_BEACH: 0xe9fff8
Expand Down Expand Up @@ -211,6 +216,11 @@ MUSHROOM_FIELDS: 0xdb00ba
MUSHROOM_HILLS: 0xc200a2
MUSHROOM_MOUNTAINS: 0x9b0081

# Cave Biomes (2)
DRIPSTONE_CAVES: 0x1c1a11
DEEP_DARK: 0x010504
LUSH_CAVES: 0x114234

# Volcanic Biomes (8)
ACTIVE_VOLCANO_BASE: 0x362c2b
ACTIVE_VOLCANO_BASE_EDGE: 0x572e28
Expand All @@ -221,3 +231,4 @@ CALDERA_VOLCANO_BASE: 0x1f362e
CALDERA_VOLCANO_BASE_EDGE: 0x345449
CALDERA_VOLCANO_PIT_EDGE: 0x48855d
CALDERA_VOLCANO_PIT: 0x5cb3aa

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: EVERGREEN_FLATS
type: BIOME
extends: [ EQ_PLAIN, EVERGREEN_FOREST_HILLS ]
color: $biomes/colors.yml:EVERGREEN_FOREST
color: $biomes/colors.yml:EVERGREEN_FLATS

tags:
- LAND_CAVES
Expand Down
1 change: 1 addition & 0 deletions biomes/land/flat/temperate/semi-arid/eucalyptus_forest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ id: EUCALYPTUS_FOREST
type: BIOME
extends: [ STEPPE ]
vanilla: minecraft:plains
color: $biomes/colors.yml:EUCALYPTUS_FOREST

colors:
foliage: 0x4fb06d
Expand Down
2 changes: 1 addition & 1 deletion biomes/land/flat/tropical/arid/desert_flats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: DESERT_FLATS
type: BIOME
extends: [ COLOR_XERIC, EQ_DESERT, CARVING_LAND, BASE ]
vanilla: minecraft:desert
color: $biomes/colors.yml:DESERT
color: $biomes/colors.yml:DESERT_FLATS

tags:
- LAND_CAVES
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: DARK_FOREST_HILLS
type: BIOME
extends: [ EQ_HILLS, DARK_FOREST ]
color: $biomes/colors.yml:DARK_FOREST
color: $biomes/colors.yml:DARK_FOREST_HILLS

tags:
- LAND_CAVES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: ERODED_BADLANDS_BUTTES
type: BIOME
extends: [ EQ_BUTTES, CARVING_LAND, BASE ]
vanilla: minecraft:badlands
color: $biomes/colors.yml:BADLANDS_BUTTES
color: $biomes/colors.yml:ERODED_BADLANDS_BUTTES

tags:
- LAND_CAVES
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: SNOWY_ERODED_TERRACED_MOUNTAINS_RIVER
type: BIOME
extends: [ RIVER_FROZEN, EQ_ERODED_TERRACED_MOUNTAINS_RIVER, CARVING_OCEAN, SNOWY_ERODED_TERRACED_MOUNTAINS ]
color: $biomes/colors.yml:SNOWY_ERODED_TERRACED_MOUNTAINS
color: $biomes/colors.yml:SNOWY_ERODED_TERRACED_MOUNTAINS_RIVER
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: XERIC_MOUNTAINS_RIVER
type: BIOME
extends: [ EQ_ERODED_MOUNTAINS_RIVER, CARVING_OCEAN, XERIC_MOUNTAINS ]
color: $biomes/colors.yml:MOUNTAINS_RIVER
color: $biomes/colors.yml:XERIC_MOUNTAINS_RIVER

0 comments on commit 791a69c

Please sign in to comment.