Posted November 27, 201410 yr Looks like none of the RenderPlayerEvents are being called anymore. Is that intended? Should we be using the RenderLivingEvent instead?
November 27, 201410 yr They are being evaluated, rendering related to players has compleetly changed in 1.8. Most of the events are not needed anymore, at all. If you need to render something special for players you just add another layer to the RenderPlayer instance in the Entity renderer registry. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
November 27, 201410 yr Author Seems fair. In that case you can probably drop the RenderLivingEvent too. I would like to request to keep atleast one Pre render event. Preferably after mainModel.setRotationAngles is called and before renderModel is called. To be able to make changes to model rotations for animations etc and to be able to hide/change existing model parts without having to swap out the entire model. Thanks for the quick response.
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.