How to make a mob fight back?

Started by SunSteel on

Topic category: Help with Minecraft modding (Java Edition)

Active 6 years ago
Joined Jul 2019
Points:
662

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
How to make a mob fight back?

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?

Active 2 weeks ago
Joined Dec 2016
Points:
763

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 52
Just add "Make Mob…
Thu, 08/01/2019 - 09:36

Just add "Make Mob Aggressive" and remove "Attack type of EntityPlayer/EntityPlayerMP". The mob will only attack it's damage source then.