Started by
THR-Benjamin
on
Topic category: Help with Minecraft modding (Java Edition)
So i've been trying to fix an issue with my parasite mob.The issue is that the parasite only targets a mob, once the targeted entity is dead, it just stops targetting entirely.
Any help is appreciated.
how are you making it target?
Via a procedure so it could attack anything that is alive, including other mod's entity. And here it is https://ibb.co/M5C27YpH
try using an ai goal instead,
i tried it already, sure, it works but it also kills its own and when im adding more mobs, they WILL also attack those new mobs.
make a tag for the entities you don't want it to target
it still doesn't work. Now they just quit attacking anything
can you show how you set it up?
Here they are:
https://ibb.co/NdJQWPQC
https://ibb.co/LXC4c8fq
this worked for me,
but the entity will sometimes get "stuck" just staring at another entity without attacking it.
using this block seems to fix that,
but also try just reording the blocks,
I had finally fix it and figured out the problem with your AI condition. The Event / Target Entity IS the parasite, not the target so I mixed it with my first procrdure and now I got what I need.
Anyway, thank you for your help.