Some mobs won't attack anymore in 1.7.9

Started by Schneebeere on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 17:09, 10. Mar 2024
Joined Sep 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Some mobs won't attack anymore in 1.7.9

I got some Problems with the new version 1.7.9: I made a few new Mobs and some Mobs are attacking me, but some Mobs aren't attacking me, I made all Mobs agressive. And also that Mobs only attack when you hit them is also not working anymore. I can't continue my Mod with this, so pls fix that.

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need to add these AI…
Wed, 05/30/2018 - 06:53

You need to add these AI tasks to your mob:

Wander

Look around

Attack targets

Attack EntityPlayer

Attack on collide

Or something similar (don't use attack on collide on ranged mobs)

If you want to make neutral mobs, don't use attack EntityPlayer

 

Last seen on 17:09, 10. Mar 2024
Joined Sep 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh i didn't know that. It…
Mon, 06/04/2018 - 21:38

Oh i didn't know that. It worked now, thank you :).