Open VirtualEsence opened 7 years ago
plz fix it :(
Not really sure how to help you. If Squeedometer shows up in your mod list in game, then the only possibility I can think of is that some mod is blocking the Forge RenderGameOverlayEvent.Pre
event that Squeedometer relies on (and if so, there's not much I can do about that afaik).
This seems to be an incompatibility with BetterPVP--that mod cancels the RenderGameOverlayEvent.PRE
event for RenderGameOverlayEvent.ElementType.HOTBAR
, which is what Squeedometer uses.
Not exactly sure what should be done to fix this; (talking to myself here), there are a couple options I see:
RenderGameOverlayEvent
handler so that it fires before BetterPVP cancels itRenderGameOverlayEvent.ElementType.HOTBAR
and use RenderGameOverlayEvent.ElementType.ALL
insteadRenderGameOverlayEvent.PRE
for RenderGameOverlayEvent.POST
, which can't be canceled (not sure if this should be done)POST
is never fired if PRE
is canceled for the given ElementType
You can use @SubscribeEvent(receiveCanceled = true)
for process required event anyway
In The Version 1.12.2 The Bar dont show UP i ahve optifine and better pvp mod does that make the error of not thowing the bar?