Started by
chuiod steve
on
Topic category: Help with MCreator software
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
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
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
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
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".