Posted April 13, 20169 yr Hey there! I was fiddling around with the super secret settings (under net.minecraft.client.shaders, I believe) and was wondering how I could I 'trigger' it when wearing an armor. So, I began researching and sifting through code (don't understand any of the shader code), but there were no tutorials- or really anything. I couldn't find any hooks. I'm decent at Java but this stumbled me. Does anybody have any clue as to how I can manage to do this?
April 13, 20169 yr I don't know anything about shaders, so I can't help you with that, but I imagine you would want to subscribe to the render event, then in there, check if the player is wearing the armor, then execute whatever code you use to apply a shader. Or, you could make a new potion effect that gives the shader, then subscribe player to player update event, check if the player is wearing the armor, then give them that potion effect. - Just because things are the way they are doesn't mean they can't be the way you want them to be. Unless they're aspen trees. You can tell they're aspens 'cause the way they are.
April 15, 20169 yr Author Hey there! I'm going through the reflection thing and it's incredibly confusing. Mind giving a brief on how I should go about everything?
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.