Mojira Archive
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

Duplicate

[Helper] Misode

2024-12-03, 04:19 AM

2024-12-04, 01:15 PM

2024-12-04, 01:10 PM

0

1

Unconfirmed

(Unassigned)

1.21.4 Release Candidate 3

-