Started by
CodeLovingBison
on
Topic category: Help with Minecraft modding (Java Edition)
-------------------------------------------
Im making a mob, witch has the ability to locate pray fhru walls. But I don't know how to implement that feature in game.
-------------------------------------------
I tried using /data modify command, to make the mobs be aggressive, without need to see you. But it doesn't work on moded entitys, so im out of ideas..
-------------------------------------------
I will be very fankful if you help me answer this question...
-------------------------------------------
Edited by CodeLovingBison on Tue, 11/30/2021 - 20:15
Please tell me if its possible.
Still waiting..
If it's not been answered, people most likely don't know how to do it.
:((((((((
One way to do this is to use get nearest entity of type procedure block, and if one is found, set target of the given entity to that entity with "set target" procedure block