The bug
The texture file used for the background of status effect panels in the inventory screen will render completely opaque if a texture is provided that contains translucent pixels.
This creates a notable inconsistency with the background texture for status effects used in the top right of the HUD when not in an inventory screen; these handle translucent pixels completely fine.
The cause of this may be linked to MC-174732; I'd recommend checking out all extant UI texture translucency issues alongside these two (that is: MC-165182, MC-200987, MC-251303, MC-268171, MC-269085)
How to reproduce
Download and apply the attached resource pack
Have a status effect active
Look at the top right of your screen
Look in your inventory
Expected results
The background panel at the top right of the screen would be translucent, and the one in the inventory would also be translucent.
Actual results
The background panel at the top right of the screen is indeed translucent. However, the one shown in the inventory is completely opaque.
Linked issues
relates to
Attachments
Comments
No comments.