Started by
RealACKtbt
on
Topic category: Help with Minecraft modding (Java Edition)
Hello. I am trying to make an all around mod to improve minecraft, and one thing i am not very skilled at is making procedures. I guess I am asking for someones guidance on how i can make something relatively similar to a health bar that appears on top of the enemy that shows the health, name, etc. I would appreciate anyone who takes their time to help.
Dont think it is possible without coding, and even that would be very difficult. Sadly there is no easy way to do this.
You can actually do something like this and work with that, note that has too much number after coma, so you have to create some variables in order to let it a bit more clean. This event is trigger by when you attack so naturaly the enemies wont have this showing up above their heads. Good lucky !
I just done the code above so I thought I'd give it a go, here it is for you, working fine !! You wont need any variable
Is there a way I can add my custom UI to the healthbar system?