How to make entities glow only to one player

Started by TDO on

Topic category: Help with modding (Java Edition)

Last seen on 12:06, 30. Jun 2024
Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make entities glow only to one player

I want to create a potion effect called "hunter instinct" which gives you the ability to see mobs glowing, for this I need mobs to glow only for the entity that has the effect, but I have no idea how to do that.

You can use entity model…
Sat, 06/22/2024 - 13:18

You can use entity model layers with custom condition where this condition is based on player variable

If this player variable is true, entity is rendered with glow layer

Last seen on 12:06, 30. Jun 2024
Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@Klemen how do I do that…
Fri, 06/28/2024 - 22:19

@Klemen how do I do that exactly?