how to highlight mobs in radius on client side

Started by Sonik on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to highlight mobs in radius on client side

Does anyone know if it is possible to allocate all entities in a radius only to a client (a certain player)?

Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There is a procedure blockā€¦
Thu, 04/10/2025 - 21:58

There is a procedure block that says something like "For every entity... in a radius". It works as an IF DO block from what I understand, add the rest of the procedure to it, what you want it to do with the information of the entities.