Started by
JayTheTaco
on
Topic category: Help with Minecraft modding (Java Edition)
Hello! So I have a boss that makes it so that every 5 hits, the boss spawns 4 wither skeletons, however the boss may accidentally hit one of those skeletons and they will start attacking it, Is there a way to prevent that from happening? If anyone could tell me that would be greatly appreciated.
Things you may want to know:
The boss has the "mob" characteristic
The boss has the "undead" creature type
The boss does not naturally spawn
A wither skeletons become aggressive to the mob that hits it, one way you could avoid this is to make a identical version of the wither that doesn't get aggressive on hit.
Does your mob shoot projectiles? If so, it might aim for you but if it accidentally hits a mob, they become aggro on it
Yeah, the mob does shoot projectiles, This was something I was supposed to put under "things you may want to know" But I forgot.