Posted April 18, 20169 yr I want render an texture, of an shirt (One of 16 colours to denote the player team) on top of player but I want it to be the bottom most layer so I player is wearing some of Botania cosmetic baubles they are not covered. So I have subscribed RenderPlayerEvent, looking thorough some of the bit of event I thought this would be a good idea ```java event.setPhase(EventPriority.HIGHEST); ``` But I have no idea what to do overlay my texture on to the player, I have looked into Botania's source code, but it is scaring me openGL, I tell it is using call to openGL, but that my knowledge of openGL, I am hoping, I can do it with touching openGL.
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.