Jump to content

Custom render player skin [1.16.5]


Yurim64

Recommended Posts

I think that what you want can be solved with Layer Renderers. (I think, I'm not quite sure wha you want really)

extend Layer Renderer for the PlayerEntity and PlayerModel generic type parameters, and then override the render method. the layer renderer will always try to render, so you'll need to handle the condition logic of wether it should render or not.

to "register" this, just an instance of the layer to the player's renderer in the RenderPlayer event

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.