Wurst7 icon indicating copy to clipboard operation
Wurst7 copied to clipboard

Health Based mob esp

Open IamIndeedGamingAsHardAsICan03489 opened this issue 3 years ago • 0 comments

Description

What does it do and how is it useful? Neat thing for checking health of entities

Screenshots / Videos (Optional)

https://youtu.be/6pNkaK8kbCc

I already made it, dont feel like making a pull request, peasy todo i wonder why its not already in yet heres the code if u want to implement it urself if(HealthBased.isChecked()) { float f = e.getHealth() / e.getMaxHealth(); RenderSystem.setShaderColor(1 - f,f, 0.f, 0.5F); }