Skip to content

Commit 4949cda

Browse files
committed
Fix legacy marbled landscapes biome color
1 parent db7d07b commit 4949cda

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

biomes/colors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ROSETTE_POOLS: 0xd3658e
2121
MAUVE_JUNGLE: 0xa92feb
2222
TWISTED_GROVE: 0x00aba6
2323
END_WILDS: 0xFFFF00
24+
MARBLED_LANDSCAPES: 0xbfab75
2425
CRIM_THICKET: 0x9a596c
2526
VERMILION_WILDS: 0xb33c35
2627

biomes/end/legacy/marbled_landscapes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ id: MARBLED_LANDSCAPES
22
type: BIOME
33
extends: [ BASE_END, EQ_DEFAULT ]
44
vanilla: minecraft:end_highlands
5-
color: $biomes/colors.yml:AMETHYST_END
5+
color: $biomes/colors.yml:MARBLED_LANDSCAPES
66

77
colors:
88
grass: 0xd0b2a0

0 commit comments

Comments
 (0)