Sk1erLLC / Levelhead

Displays the Hypixel Network Level & other statistics of a player above their head, in chat and in tab.
GNU General Public License v3.0
35 stars 15 forks source link

Potential fix for SBA outline incompatibility #18

Closed Phoube closed 3 years ago

Phoube commented 3 years ago

This is untested, but might give a general idea of what I was thinking... Player nametags aren't rendered when entity outlines are rendered, and that's because (unlike RenderPlayerEvent.Pre) the RenderLivingEvent.Specials event is not fired when rendering outlines.

I'm not sure if there are gl translate or scaling issues with this modification since I wasn't able to setup my IDE with gradle (I don't have nexus credentials?).

Phoube commented 3 years ago

See Issue #19. Hopefully this fixes it? Sorry I wasn't able to compile and test.

ghost commented 3 years ago

done in https://github.com/Sk1erLLC/Levelhead/commit/401ad1aaf4d83a852ef53bbceb51c2b788772bc2 since there needed to be changes anyway