diff --git a/biomes/cave/deep_dark.yml b/biomes/cave/deep_dark.yml index 0e50015d..50210ead 100644 --- a/biomes/cave/deep_dark.yml +++ b/biomes/cave/deep_dark.yml @@ -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 diff --git a/biomes/cave/dripstone_caves.yml b/biomes/cave/dripstone_caves.yml index 2678d39e..c9ded733 100644 --- a/biomes/cave/dripstone_caves.yml +++ b/biomes/cave/dripstone_caves.yml @@ -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 diff --git a/biomes/cave/lush_caves.yml b/biomes/cave/lush_caves.yml index b0ba7701..34ec9f87 100644 --- a/biomes/cave/lush_caves.yml +++ b/biomes/cave/lush_caves.yml @@ -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 diff --git a/biomes/colors.yml b/biomes/colors.yml index b5651fda..08f8b788 100644 --- a/biomes/colors.yml +++ b/biomes/colors.yml @@ -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 @@ -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 @@ -101,6 +104,7 @@ FOREST_LOWLANDS: 0x96db79 FOREST_FLATS: 0xabf58c DARK_FOREST: 0x0a4526 DARK_FOREST_HILLS: 0x003a15 +EUCALYPTUS_FOREST: 0x5f8575 WOODED_BUTTES: 0x43823d @@ -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 @@ -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 @@ -221,3 +231,4 @@ CALDERA_VOLCANO_BASE: 0x1f362e CALDERA_VOLCANO_BASE_EDGE: 0x345449 CALDERA_VOLCANO_PIT_EDGE: 0x48855d CALDERA_VOLCANO_PIT: 0x5cb3aa + diff --git a/biomes/land/flat/subtropical/semi-humid/evergreen_flats.yml b/biomes/land/flat/subtropical/semi-humid/evergreen_flats.yml index 0652c3ac..378de0ac 100644 --- a/biomes/land/flat/subtropical/semi-humid/evergreen_flats.yml +++ b/biomes/land/flat/subtropical/semi-humid/evergreen_flats.yml @@ -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 diff --git a/biomes/land/flat/temperate/semi-arid/eucalyptus_forest.yml b/biomes/land/flat/temperate/semi-arid/eucalyptus_forest.yml index 42390bad..5d457245 100644 --- a/biomes/land/flat/temperate/semi-arid/eucalyptus_forest.yml +++ b/biomes/land/flat/temperate/semi-arid/eucalyptus_forest.yml @@ -2,6 +2,7 @@ id: EUCALYPTUS_FOREST type: BIOME extends: [ STEPPE ] vanilla: minecraft:plains +color: $biomes/colors.yml:EUCALYPTUS_FOREST colors: foliage: 0x4fb06d diff --git a/biomes/land/flat/tropical/arid/desert_flats.yml b/biomes/land/flat/tropical/arid/desert_flats.yml index 0fcdd201..a9dfe1d2 100644 --- a/biomes/land/flat/tropical/arid/desert_flats.yml +++ b/biomes/land/flat/tropical/arid/desert_flats.yml @@ -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 diff --git a/biomes/land/hills-large/temperate/semi-humid/dark_forest_hills.yml b/biomes/land/hills-large/temperate/semi-humid/dark_forest_hills.yml index dc2aaed9..3760131a 100644 --- a/biomes/land/hills-large/temperate/semi-humid/dark_forest_hills.yml +++ b/biomes/land/hills-large/temperate/semi-humid/dark_forest_hills.yml @@ -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 diff --git a/biomes/land/hills-small/tropical/arid/eroded_badlands_buttes.yml b/biomes/land/hills-small/tropical/arid/eroded_badlands_buttes.yml index 5c483f7b..554c681f 100644 --- a/biomes/land/hills-small/tropical/arid/eroded_badlands_buttes.yml +++ b/biomes/land/hills-small/tropical/arid/eroded_badlands_buttes.yml @@ -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 diff --git a/biomes/land/mountains-small/polar/snowy_eroded_terraced_mountains_river.yml b/biomes/land/mountains-small/polar/snowy_eroded_terraced_mountains_river.yml index d4c7aa0e..27b3402d 100644 --- a/biomes/land/mountains-small/polar/snowy_eroded_terraced_mountains_river.yml +++ b/biomes/land/mountains-small/polar/snowy_eroded_terraced_mountains_river.yml @@ -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 diff --git a/biomes/land/mountains-small/tropical/arid/xeric_mountains_river.yml b/biomes/land/mountains-small/tropical/arid/xeric_mountains_river.yml index b0e76871..0bf3466a 100644 --- a/biomes/land/mountains-small/tropical/arid/xeric_mountains_river.yml +++ b/biomes/land/mountains-small/tropical/arid/xeric_mountains_river.yml @@ -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