I'm using the latest skstuff for mob pathfinding. I know how to make a mob target the nearest mob, but only of a certain type, e.g.
But is there a way to make the spawned mob target the nearest mob, no matter what type of mob it is?
Code:
on rightclick:
spawn a zombie at the target block's location
add pathfinder goal target nearest sheep to last spawned entity
But is there a way to make the spawned mob target the nearest mob, no matter what type of mob it is?
Last edited: