Wurst7
Wurst7 copied to clipboard
Health Based mob esp
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); }