Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-278646

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • 1.21.4 Release Candidate 3
    • None
    • Unconfirmed
    • (Unassigned)

      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

            Unassigned Unassigned
            Misoloo [Helper] Misode
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: