Started by
Libroru
on
Topic category: Help with Minecraft modding (Java Edition)
I want to create a mob that attacks other monsters, but if I set the attack type to Entity Mob, it attacks mobs of the same type aswell.
I tried to use conditions, so that it checks if the mob attacking is the same type and if so, cancel the attack.
https://i.imgur.com/v81YAX4.png
https://i.imgur.com/hFBj5Ge.png
It sometimes also doesn't attack at all.