Client-Side Glowing Effect (Fabric)

Started by ThatDimensionalFox on

Topic category: Help with modding (Java Edition)

Last seen on 06:44, 29. Nov 2023
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Client-Side Glowing Effect (Fabric)

I'm trying to code in a mask that, when worn, it shows all players/mobs around them using the Glow effect. I want this to be Client-Side and only visible to the user, but I can't find any client-side coding blocks. The only way I've managed to achieve it is by applying the Glowing effect to all players/mobs in a radius, but this (i assume) shows it to all players.