[Compatibility Bug] Cold Sweat causes Rereskillable "You can't use this item yet" popup to not appear
Foozey opened this issue ยท 2 comments
Here is an image of the popup Cold Sweat is preventing from appearing:
https://media.forgecdn.net/attachments/363/576/overlay.png
I've done some more testing, and I can confirm, this is caused by the "Custom Hotbar" setting.
This isn't something we can solve on our end. If you'd like to see this fixed, you should instead contact the mod author and forward them this message:
In RenderGameOverlayEvent, the RenderGameOverlayEvent.ElementType.EXPERIENCE pass is reserved for the EXP bar, and is commonly cancelled without much thought when changing things on the hotbar. If you wanna keep the render from being cancelled, use ElementType.ALL instead.