ArmorESP #4
ThisTestUser
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
|
Can you show me some screenshots of it in action? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
-
I have an ArmorESP implementation in my build that displays armor icons above mobs with enchants and durability bars. You can find it here: https://github.com/ThisTestUser/Wurst7/tree/1.21.11
The hack is implemented across 4 files, RenderUtils (renderArmor and 2 more helper methods), ArmorEspHack, EnchantmentUtils, and LevelRendererMixin. Note that the hack must render after all render mods because the hack clears the depth texture.
Additionally I have a renderTag() method that you may find useful to render tooltips above items. That method can be used in RenderEvent.
Feel free to take whatever code you need from the repository.
Beta Was this translation helpful? Give feedback.
All reactions