Compat issue with Stylish effects
VirtualGaming1 opened this issue ยท 5 comments
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.
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.
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.
@bl4ckscor3 will this be an update for 1.18.1 as well
Maybe you could also look into Forge's
RenderGameOverlayEvent.PreLayer
and simply cancel rendering of theIIngameOverlay
'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.
thanks for quick replay @bl4ckscor3