Emafire003 / ColoredGlowLib

Makes entities glow in every possible RGB color instead of the white/16 vanilla glowing effect colors!
https://www.curseforge.com/minecraft/mc-mods/coloredglowlib
GNU Lesser General Public License v3.0
12 stars 1 forks source link

Player Specific glow rendering #18

Open NotPhoenic opened 2 months ago

NotPhoenic commented 2 months ago
          Added in version 3.2.0, I may decide to iterate further on it. Let me know what you think.

Originally posted by @Emafire003 in https://github.com/Emafire003/ColoredGlowLib/issues/16#issuecomment-2228896015

NotPhoenic commented 2 months ago

I was trying to find a way to have one team in a minigame see their other teammates glowing effect, but not the enemy team. My idea to solve this was to have each team see their teammates glow color, and have the other ones a 'transparent' color, but the color limitation is RGB instead of ARGB.

TLDR; I want to be able to have the glowing effect be invisible/not render for specific targets

Is it possible to add something to this effect?

NotPhoenic commented 2 months ago

Similar request on the Minecraft Feedback website, that makes a lot more sense than how I tried explaining it

https://feedback.minecraft.net/hc/en-us/community/posts/25481785238157-Team-Specific-Glowing

Emafire003 commented 2 months ago

Uhm, if you are a developer you can look into my other mod LightWithin dev branch, where i've added something like this. Otherwise i may add something like that to ColoredGlowLib too at some poinylt

NotPhoenic commented 2 months ago

Unfortunately not a developer, but it would be nice to have as part of CGL as well if you ever get around to it