Started by
itzmodestep3
on
Topic category: Help with Minecraft modding (Java Edition)
I was wondering how do you make weapon instatly kill if entity below certain health level, cause i need that for one of my items in the mod im making
Topic category: Help with Minecraft modding (Java Edition)
I was wondering how do you make weapon instatly kill if entity below certain health level, cause i need that for one of my items in the mod im making
idk bro
You could probably figure something out with procedures ;)
something like on "when entity hit with item/bullet" do something like : if "Target Entity" has health = *amount of health*
Do Kill "Target Entity" with drop
supermj767 way may work, if it doesn't let me know and I can help you out with any custom code 🙌🙌
you do if (entity health < clvl) {
do clvl damage to entity
}
replace clvl with the maximum health