Make hostile mob hunt you

Started by obbo_ on

Topic category: Help with modding (Java Edition)

Last seen on 14:44, 25. Feb 2021
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make hostile mob hunt you

I am trying to make a mod for a video where an enderman with invincible health hunts me down while i try to speedrun the game. I am trying to make the custom entity, but enderman isnt available as an entity model, and when i test the 'hunter' mob, it attacks me and looks around, but doesnt move and chase after me.here is a picture of my AI Tasks

Last seen on 19:10, 4. Aug 2023
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try to make it chase you,…
Wed, 02/03/2021 - 07:22

Try to make it chase you, maybe that works.

Last seen on 14:44, 25. Feb 2021
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i have tried but when i…
Wed, 02/03/2021 - 09:17

i have tried but when i attack it is doesnt move at all.

Last seen on 14:43, 2. Aug 2022
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The entity base is probably…
Wed, 02/03/2021 - 10:25

The entity base is probably messing it up.

Last seen on 14:43, 2. Aug 2022
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also, you should add an…
Wed, 02/03/2021 - 10:31

Also, you should add an attack entites of type EntityPlayer block.

Tick chase after lost sight too.

Last seen on 17:43, 28. Jan 2022
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
add a "attack entities of…
Sun, 09/05/2021 - 17:20

add a "attack entities of type : entityplayer" ?

Last seen on 18:29, 30. Sep 2021
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Idk if you're even going to…
Sun, 09/05/2021 - 23:10

Idk if you're even going to read this, but your problem is most likely the entity base
If you want custom AI I'm pretty sure you have to set the entity base to none