Advancement description JSON can ignore the first specified color
The Bug
If you're writing an advancement description with JSON, the description will ignore your first specified color, no matter if it's a word or a hex value, and use the default color instead. This is different to how it used to work.
The Workaround
Instead of writing
{"text":"Kill three unique mobs with one piercing crossbow shot","color":"white"}
write this
["",{"text":"Kill three unique mobs with one piercing crossbow shot","color":"white"}]
Linked Issues
Created Issue:
Advancement description JSON can ignore specified color
The Bug
If you're writing an advancement description with JSON, the description will ignore your specified color, no matter if it's a word or a hex value, and use the default color instead.
This is only if you are only using one color in your description. Using two colors will make the description display as intended. See picture.
The Bug
If you're writing an advancement description with JSON, the description will ignore your specified color, no matter if it's a word or a hex value, and use the default color instead.
This is only if you are only using one color in your description. Using two colors will make the description display as intended. See picture.
Advancement description JSON can ignore the first specified color
The Bug
If you're writing an advancement description with JSON, the description will ignore your first specified color, no matter if it's a word or a hex value, and use the default color instead. This is different to how it used to work.
The Workaround
Instead of writing
{"text":"Kill three unique mobs with one piercing crossbow shot","color":"white"}write this
["",{"text":"Kill three unique mobs with one piercing crossbow shot","color":"white"}]
is duplicated by
Thank you for your report!
We're tracking this issue in MC-180967, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
