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

Started by CodeLovingBison on

Topic category: Help with modding (Java Edition)

Last seen on 09:43, 1. Jun 2022
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
Last seen on 09:43, 1. Jun 2022
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.

Last seen on 09:43, 1. Jun 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Still waiting..  
Thu, 01/20/2022 - 21:30

Still waiting..

 

Last seen on 13:36, 11. Apr 2024
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.

Last seen on 07:35, 14. Apr 2024
Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
:((((((((
Wed, 01/17/2024 - 15:54

:((((((((

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