gavinsmod / gavinsextensiblemod

A Minecraft mod with a lot of cool features.
MIT License
29 stars 1 forks source link

Esp render engine #57

Closed GT3CH1 closed 1 year ago

GT3CH1 commented 1 year ago

Describe your changes

This allows the ESP render engine to work when another mod (such as sodium) overwrites the WorldRenderer.drawBox methods. Overwriting that method can cause the ESP Render engine to not draw the boxes correctly. This new render engine draws boxes by drawing 3 X/Y/Z lines in 4 corners.

Have you tested your change?

What is your motivation behind this change?

See issue #54 - ESP's would not render when the user has sodium installed. Closes issue #54

GT3CH1 commented 1 year ago

I want to test this a little further before merging.