Started by
RedIronNinja
on
Topic category: Help with Minecraft modding (Java Edition)
I have the mob task set to attack the player with 20 piority and it just ignores me! any help?
Edited by RedIronNinja on Sat, 06/17/2017 - 07:00
Topic category: Help with Minecraft modding (Java Edition)
I have the mob task set to attack the player with 20 piority and it just ignores me! any help?
I'm pretty sure the maximiun priority is 10 (Either that or they've changed it.) And the same thing happens to me to but the mob will only attack if it has a ranged attack. Otherwise I don't know why. I hoped that helped.
If you want it to just walk up and attack you like most mobs, you nee3d to also add the attack on colide task. If you want it to shoot projectiles, you do not need to include this task.
Thanks! I fiddled around with the tasks and got it working by adding attack on collide, watch closest entity, and to act aggressively against me.
Oh so thats how you do it thanks.
where is attack on collide