Started by
HarshMyMello
on
Topic category: Help with MCreator software
So i'm having a problem with the enemy AI. I can only get them to attack me once i attack them. This would be completely fine with me if it wasnt for the fact i was making a "swarm" enemy with only 1 health, and attacking them instantly kills them. If i manage to fix this, i'll update in the comments.
I have the same problem..
Fixed it.
You should post the fix here, so other users can learn from your findings :)
The fix is: You have to set it not to EntityPlayer, but EntityPlayerMP. I dont know why, it just didnt work the other way.