MiniHUD

MiniHUD

3M Downloads

Shulker box and purple shulker box previews use the same tint

Arcensoth opened this issue ยท 1 comments

commented

The undyed shulker box uses the same tint colour as the purple shulker box:

image

image

I did some digging and I feel like the problem is somewhere around here:

Maybe something changed in 1.14?

Correction: it looks intentional. Instead of returning purple, I think the GUI should remain untinted, just as the shulker box is undyed. Perhaps instead of returning EnumDyeColor.PURPLE in this case, short-circuit with color(1f, 1f, 1f, 1f) just like other parts of the code seem to do.

commented

I made this change in maruohon/malilib@4a85ae6 which will eventually get merged to 1.13.2 and 1.14.4.