Started by
SunSteel
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make my mob act like a wolf - It is passive normally, but attacks if you attack it.
How would I do this?
Topic category: Help with Minecraft modding (Java Edition)
I want to make my mob act like a wolf - It is passive normally, but attacks if you attack it.
How would I do this?
Just add "Make Mob Aggressive" and remove "Attack type of EntityPlayer/EntityPlayerMP". The mob will only attack it's damage source then.