Posted August 24, 20205 yr I want to render a glow effect for 1 specific player, but I don't know how. I read on some other thread to use RenderLivingEvent, but I can't even find how vanilla renders the glowing effect. Where is the glowing effect normally rendered?
August 29, 20205 yr Effects#GLOWING ? Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
August 29, 20205 yr Author 4 minutes ago, Beethoven92 said: Effects#GLOWING ? That just gives the glowing effect and let's everyone see it. I want to make it render for only 1 player.
August 29, 20205 yr 2 hours ago, DavidQF555 said: That just gives the glowing effect and let's everyone see it. I want to make it render for only 1 player. I don't have much experience with player effects, but there's most likely some way to isolate it to the client side of the player, rather than the whole server. I remember doing something vaguely like this in 1.12.2 with splash potions, but I don't really know if it's the same concept, and I don't even know if I could find the method in which I did that. Follow these rules when talking to me, and we'll get along fine. 1).I know Java fairly well. I don't know as much about modding. They are not the same, don't compare them. 2). I consider myself to always be learning. I make mistakes, you make mistakes. Who doesn't? 3). Insult me, and I will leave the thread. I have a real life, I don't have time to throw petty insults in a Minecraft Modding forum. ModMCdl - Co-Founder and Director of Design for Artemis Game Studios
August 31, 20205 yr On 8/29/2020 at 9:38 AM, DavidQF555 said: That just gives the glowing effect and let's everyone see it. I want to make it render for only 1 player. What do you mean with "only 1 player" exactly?
August 31, 20205 yr Author 43 minutes ago, samjviana said: What do you mean with "only 1 player" exactly? It only renders on 1 player's client
October 8, 20204 yr I'm new to minecraft modding, but I want to make an item glow on all clients, how would I do that?
January 15, 20214 yr Author I'm still trying to figure this out, I just ignored it for a bit. I think I can render it for one player if I can just figure out where the glow effect is rendered in the first place. Anyone know where the glow effect is rendered?
January 15, 20214 yr Author 44 minutes ago, DavidQF555 said: I'm still trying to figure this out, I just ignored it for a bit. I think I can render it for one player if I can just figure out where the glow effect is rendered in the first place. Anyone know where the glow effect is rendered? Nevermind, I found out that its in LivingRenderer and I think the glow is rendered by changing the RenderType of the render.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.