Both Bedrock and Java Editions currently use outdated pre-1.10 color values for dye items, while dyed blocks (wool, concrete, terracotta, etc.) use the updated color system. This creates visual inconsistency between dyes and the blocks they produce, particularly noticeable in crafting interfaces and inventory management.
How to Reproduce:
Place any dye item in inventory
Craft corresponding colored block
Compare colors side-by-side
Observed Result:
Dye items appear more saturated/vibrant (pre-1.10 colors)
Resulting blocks show muted tones (post-1.10 colors)
Most noticeable with red, green and blue dyes
Expected Result:
Dye items should match their corresponding blocks' colors:
Implement post-1.10 color values for all dyes
Maintain visual consistency across crafting system
(Reference Java Edition bug MC-214643 for technical details)
Please do not intentionally create duplicate reports.