squeek502 / Squeedometer

A speedometer for Minecraft
The Unlicense
12 stars 12 forks source link

The Meter/second bar #9

Open VirtualEsence opened 7 years ago

VirtualEsence commented 7 years ago

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?

VirtualEsence commented 7 years ago

plz fix it :(

squeek502 commented 7 years ago

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).

squeek502 commented 7 years ago

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:

hohserg1 commented 2 years ago

You can use @SubscribeEvent(receiveCanceled = true) for process required event anyway