mojira.dev
MC-278646

Some item tint sources interpret the default color as ARGB instead of RGB

The tint sources introduced in 24w45a specify that they take a default field of type RGB color. This means that it can either accept an integer or a list of 3 integers.

All except two of the tint source types interpret this single color integer correctly as an RGB value, aka red << 16 | green << 8 | blue by wrapping the default color integer in ARGB.opaque. The two tint sources that don't do this wrapping for the default color are:

  • dye

  • firework

Linked issues

Comments 2

Duplicate of MC-278626, though this report explains it better.

Thank you for your report!
We're tracking this issue in MC-278626, 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:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
-- I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.

Misode

(Unassigned)

Unconfirmed

(Unassigned)

1.21.4 Release Candidate 3

Retrieved