Started by
EJwolfyXD
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, I am very new to this forum and VERY new to modding. I am trying to make a mob that only aggro's at half health. I am unsure of how to start making a condition do this :( could anyone help?
Hi!
There is a Entity Health variable and a Entity Max Health variable, i think you can do a condition with :
return Entity health < (Max Entity Health /2)