How to add a new renderLayer to the player?
In the original player class we have its constructor:
I would like to add an additional Layer through events.
I searched a lot and found the way below, using
EntityRenderersEvent.AddLayers.
However, the code states that o renderer = null.
How to add this RenderLayer to entities that already exist in vanilla?