Security Craft

Security Craft

41M Downloads

Compat issue with Stylish effects

VirtualGaming1 opened this issue ยท 5 comments

commented

So the main thing that i have notice is an compat issue between this and stylish effect. its more of a bug between the 2 but with this installed with stylish effect is that the vanilla effect icons still show up along with the stylish effect with the vanilla icons being on top.

Dont know how but only happen when this is enabled with stylish effect.

commented

Maybe you could also look into Forge's RenderGameOverlayEvent.PreLayer and simply cancel rendering of the IIngameOverlay's you don't want to show. This way there would be no need to reset everything, without the potential for an issue like this.

commented

Can you please post a video of this happening and a link to the mod? No idea what it is, so I can't picture this. Nevermind, we figured out what's likely happening.

commented

@bl4ckscor3 will this be an update for 1.18.1 as well

commented

Maybe you could also look into Forge's RenderGameOverlayEvent.PreLayer and simply cancel rendering of the IIngameOverlay's you don't want to show. This way there would be no need to reset everything, without the potential for an issue like this.

That would defeat the whole purpose of the OverlayRegistry. The solution I employed works, it's fine as it is.

@bl4ckscor3 will this be an update for 1.18.1 as well

No, we are no longer updating the mod for 1.18.1 in favor of 1.18.2.

commented

thanks for quick replay @bl4ckscor3