Make hostile mob hunt you

Started by obbo_ on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Feb 2021
Points:
590

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
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

Active 2 years ago
Joined Aug 2020
Points:
659

User statistics:

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

Try to make it chase you, maybe that works.

Active 4 years ago
Joined Feb 2021
Points:
590

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
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.

Active 3 years ago
Joined Nov 2018
Points:
979

User statistics:

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

The entity base is probably messing it up.

Active 3 years ago
Joined Nov 2018
Points:
979

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 571
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.

Active 1 year ago
Joined Sep 2021
Points:
539

User statistics:

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

add a "attack entities of type : entityplayer" ?

Active 3 years ago
Joined Jul 2021
Points:
569

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
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