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

Started by CodeLovingBison on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Apr 2021
Points:
727

User statistics:

  • Modifications: 1
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 292
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
Active 2 years ago
Joined Apr 2021
Points:
727

User statistics:

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

Please tell me if its possible.

Active 2 years ago
Joined Apr 2021
Points:
727

User statistics:

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

Still waiting..

 

Active 3 months ago
Joined Oct 2020
Points:
625

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 124
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.

Active 7 hours ago
Joined Dec 2023
Points:
148

User statistics:

  • Modifications: 1
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 38
:((((((((
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