Started by
TheDuckKnight_Mc
on
Topic category: Help with Minecraft modding (Java Edition)
I tried to make a mob that attacks the player only when the player isn't wearing diamond armor, but it attacks me no matter what. I used the "attack (in sight only) (nearby only) entities of type" block and set it to "EntityPlayer". I made this procedure: and set it as the condition for the mob on the attack block both as "additional start condidtion" and "additional continue condition", but, as I said, it doesn't work. Can someone help me?
wait it doesnt show the picture
https://imgur.com/GwQbCev <-- link
I think it is checking if the mob is wearing armour instead of the player.
Try replacing target entity with get target of event target entity.
THAT WORKED! Thank you.
how do you make the ai conditons and where do you find the or procedure block
can you send a picture of the procedure plz
I need procedure block too :(