[Render] HealthLog
-
HealthLog creates shadows of players when its health changes.
It detects health modifications from:- Metadata: Listens for EntityMetadata packet and sees if the health increased or decreased.
- Animation: Listens for EntityStatus packet and assumes the health of the entity decreased. Useful for servers that block health related packets.
You can mess around with blend functions to change the appearence of the shadow and how much time (ms) it stays before getting removed.
The default blend values don't change the entityPreview: https://b.catgirlsare.sexy/Q-aAsKzJ.mp4
Script: HealthLog.js
-
Nice , This is so cool !