Make Mobs See Thru Solid Blocks (Like Vex, Blaze in Minecraft)

Started by CodeLovingBison on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make Mobs See Thru Solid Blocks (Like Vex, Blaze in Minecraft)
Tue, 11/30/2021 - 20:15 (edited)

-------------------------------------------

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
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Please tell me if its…
Fri, 08/27/2021 - 10:47

Please tell me if its possible.

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If it's not been answered,…
Fri, 01/21/2022 - 01:06

If it's not been answered, people most likely don't know how to do it.

Im making a mob, witch has…
Fri, 01/19/2024 - 17:30

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.

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