How to make entities glow only to one player

Started by TDO on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 days ago
Joined Dec 2022
Points:
617

User statistics:

  • Modifications: 4
  • Forum topics: 46
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 51
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

Active 4 days ago
Joined Dec 2022
Points:
617

User statistics:

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

@Klemen how do I do that exactly?