It is now fixed and render modules should now work correctly.
https://github.com/CCBlueX/LiquidBounce/commit/e99c92a4692709c0b62292626849c04ae690a703
0
1zun4 committed to CCBlueX/LiquidBounce
Use minecraft render system (#1142)
Rewrite all render-related modules that made use of our own Render Engine to use the Minecraft Render System.
Added RenderShortcuts.kt file containing various rendering functions to simplify the process. The file includes functions to create a RenderEnvironment and modify it with withPosition and withColor functions. The RenderEnvironment can then be used to draw lines, boxes, outlined boxes, and solid boxes using the provided functions.
**Rewritten:**
- KillAura
- ESP
- BlockESP
- StorageESP
- HoleESP
- ItemESP
- Blink
- Tracers
- Breadcrumbs
- AutoDodge
- Rotations
**WIP:**
- Trajectories (Needs more work)
- NameTags (Disabled for now)
fixes https://github.com/CCBlueX/LiquidBounce/issues/668