Dark prismarine, stairs or slab and prismarine, stairs or slab have wrong color on maps
The bug
Dark prismarine, stairs or slab and prismarine, stairs or slab have wrong color on maps(the two color should be interchanged).
Dark prismarine, stairs or slab shows up as color like prismarine bricks on maps, the correct color should like warped planks.
Prismarine, stairs or slab shows up as color like warped planks on maps, the correct color should like prismarine bricks.
Code analysis
[Mod] Avoma has done a code analysis in this comment.
Linked Issues
is duplicated by3
relates to24
- Unresolved
[Mod] Les3awe- 12
- 5
- Confirmed
Low
- Gameplay
- Maps
- color map map-color
1.16.3 - 25w05a
1.16.3 1.16.4-pre1 1.16.4-pre2 1.16.4-rc1 1.16.4 20w45a 20w46a 20w48a 20w51a 21w03a 1.16.5 21w05a 21w05b 21w06a 21w07a 21w11a 21w13a 21w14a 1.17-pre2 1.17-pre5 1.17-rc1 1.17.1-rc1 1.17.1 21w37a 21w40a 21w43a 1.18-pre5 1.18-pre7 1.18-rc1 1.18 1.18.1-rc1 1.18.1 22w03a 1.18.2 22w11a 22w15a 22w18a 1.19 1.19.1-rc2 1.19.1-rc3 1.19.1 1.19.2-rc1 1.19.2 22w42a 22w43a 1.19.3-rc1 1.19.3 23w04a 23w06a 1.19.4-rc1 1.19.4-rc3 1.19.4 23w14a 23w16a 23w17a 23w18a 1.20-pre1 1.20-pre2 1.20-pre3 1.20-pre4 1.20-pre5 1.20-pre6 1.20-pre7 1.20-rc1 1.20 1.20.1-rc1 1.20.1 23w31a 23w32a 23w33a 23w35a 1.20.2-pre2 1.20.2-rc1 1.20.2 23w40a 23w41a 23w42a 23w43b 23w44a 23w45a 23w46a 1.20.3-pre2 1.20.3-rc1 1.20.4 23w51b 24w03b 24w04a 24w05b 24w06a 24w07a 24w09a 24w11a 24w12a 24w13a 24w14a 1.20.5-pre1 1.20.5-pre3 1.20.5-rc2 1.20.5 1.20.6-rc1 1.20.6 24w18a 24w21b 1.21-pre2 1.21-pre4 1.21 24w33a 1.21.1 24w34a 24w35a 24w36a 24w37a 24w38a 24w39a 1.21.2-pre3 24w44a 1.21.3 1.21.4 25w02a 25w03a 25w05a
Created Issue:
Dark prismarine, dark prismarine stairs and dark prismarine slab have wrong color on maps
Dark prismarine, dark prismarine stairs and dark prismarine slab have wrong color on maps.
They are shows up as color like prismarine bricks on maps, the correct color should like warped planks.
relates to
Dark prismarine,
dark prismarine stairs and dark prismarine slab have wrong color on maps.
They areshows up as color like prismarine bricks on maps, the correct color should like warped planks.Dark prismarine, stairs or slab and prismarine, stairs or slab have wrong color on maps(the two color should be interchanged).
Dark prismarine, stairs or slab shows up as color like prismarine bricks on maps, the correct color should like warped planks.
Prismarine, stairs or slab shows up as color like warped planks on maps, the correct color should like prismarine bricks.
Dark prismarine,dark prismarine stairs and dark prismarine slab have wrong color on mapsDark prismarine, stairs or slab and prismarine, stairs or slab have wrong color on maps(the two color should be interchanged)
relates to
Dark prismarine, stairs or slab and prismarine, stairs or slab have wrong color on maps(the two color should be interchanged).
Dark prismarine, stairs or slab shows up as color like prismarine bricks on maps, the correct color should like warped planks.
Prismarine, stairs or slab shows up as color like warped planks on maps, the correct color should like prismarine bricks.The bug
Dark prismarine, stairs or slab and prismarine, stairs or slab have wrong color on maps(the two color should be interchanged).
Dark prismarine, stairs or slab shows up as color like prismarine bricks on maps, the correct color should like warped planks.
Prismarine, stairs or slab shows up as color like warped planks on maps, the correct color should like prismarine bricks.Code analysis
[Mod] Avoma has done a code analysis in [this comment|] .
The bug
Dark prismarine, stairs or slab and prismarine, stairs or slab have wrong color on maps(the two color should be interchanged).
Dark prismarine, stairs or slab shows up as color like prismarine bricks on maps, the correct color should like warped planks.
Prismarine, stairs or slab shows up as color like warped planks on maps, the correct color should like prismarine bricks.Code analysis
[Mod] Avoma has done a code analysis in [this comment|].
The bug
Dark prismarine, stairs or slab and prismarine, stairs or slab have wrong color on maps(the two color should be interchanged).
Dark prismarine, stairs or slab shows up as color like prismarine bricks on maps, the correct color should like warped planks.
Prismarine, stairs or slab shows up as color like warped planks on maps, the correct color should like prismarine bricks.Code analysis
[Mod] Avoma has done a code analysis in this comment.
Dark prismarine, stairs or slab and prismarine, stairs or slab have wrong color on maps(the two color should be interchanged)
relates to
relates to
relates to
relates to
relates to
relates to
relates to
relates to






Can confirm in 20w51a.
Can confirm in 21w05b.
Can confirm in 21w13a.
I can confirm this behavior in 1.18 Release Candidate 1.
Here's a code analysis of this issue. The following is based on a decompiled version of Minecraft 1.17.1 using MCP-Reborn.
If we look at the above class, we can see that prismarine's MaterialColor, (otherwise known as the color that this block appears as on maps) is COLOR_CYAN, and dark prismarine's is DIAMOND. Since the DIAMOND MaterialColor appears much brighter than the COLOR_CYAN MaterialColor, this results in these two blocks not accordingly reflecting the color of their block's texture.
Can confirm in 1.18.2.