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
2024-12-03, 04:19 AM
2024-12-04, 01:15 PM
2024-12-04, 01:10 PM
0
1
-