Started by
Herobibes
on
Topic category: Help with MCreator software
I'm trying to make my mob spawn wither skeletons when it gets to a certain amount of life (it has 35 life), but for some reason, the procedure doesn't work when I use the equal sign. Could this be a bug?
remember that health is measured in half hearts, not full
dont check if its equal, check if its less than that number, like this:
current health of event/target entity < 25
current health of event/target entity < 25