Cold Sweat

Cold Sweat

1M Downloads

Incompatibility With ReBlured

SaltSouls opened this issue ยท 3 comments

commented

Description:

The shader for heatstroke remains permanently after entering a menu during or shortly after the shader kicks in. You can temporarily fix it by overheating your character again, but each time you open a menu afterwards, the bug will come back.

Versions:

  • Minecraft: 1.20.1
  • Forge: 47.2.4
  • Cold Sweat: 2.2.2
  • ReBlured: 1.3.0
commented

I think this might actually be a problem with ReBlured. Looking at their source code, it seems like they store the current screen effect (shader) when you open a menu, apply their own shader when the screen is open, then put the old shader back when the menu is closed.
The issue is that they don't remove the shader from storage when Cold Sweat clears the blur effect (when your temperature goes back to below 50), so when the shader is removed ReBlured just puts it back again at full intensity.

commented

Thanks, I'll report this to them!

commented

I will be closing this issue for now. I'll reopen it if there's any news