How can I make a neutral mob

Started by chuiod steve on

Topic category: Help with MCreator software

Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I make a neutral mob
Sun, 02/09/2020 - 21:04 (edited)
Hello, I need help, I want to make a neutral mob, It follows me to attack me but it can't do anything to me. Help me please I would appreciate it very much

 

 

 

 

 
Edited by chuiod steve on Sun, 02/09/2020 - 21:04
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So, the reason it disappears…
Wed, 02/26/2020 - 09:53

So, the reason it disappears when you put it into peaceful is because you changed an option to set it to be a monster or had it's AI be set to a monster, this causes it to disappear when you put it into peaceful, to get it to not attack you in peaceful you have to set it to attack in events, instead of the entity AI

Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you do neutral by…
Thu, 02/27/2020 - 02:44
Can you do neutral by procedure?

 

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes. To create custom attack…
Thu, 02/27/2020 - 09:21

Yes. To create custom attack damage for different difficulties you have to use this https://www.youtube.com/watch?v=OOqwFRNfFtM&t=1491s @17:22, Unfortunately I don't think you can stop it from following you in peaceful and with this code it will always hurt you when you run into it, but I guess that's ok due to the fact it has horns.

I hope this is helpful

 

Thanks,

Shadow 

Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I know exactly how to make a…
Mon, 10/05/2020 - 15:27

I know exactly how to make a solitary neutral mob. Just set its type to Monster (so that it can attack). There is an AI procedure called "Fight attacker mobs back", which will make it fight mobs that attack it. If you want to make a hostile mob, make it attack the player. You want to make a neutral mob, so just don't make it attack the player.

 

It'll look something like:

 

Hostile mob:

Fight attacker mobs back

Attack player on sight

 

Neutral mob:

Fight attacker mobs back

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mabey he/she wants it to be…
Tue, 02/08/2022 - 04:59

Mabey he/she wants it to be like a wolf it will spawn in peaceful and it you attack it will attack you back ONLY in any other mode than "Peaceful Mode".