Posted February 22, 20214 yr I'm trying to add an attachment to a PlayerEntity without adding an entity that follows the player. I've narrowed it down to extending PlayerRenderer but the problem is that it uses AbstractClientPlayerEntity which I couldn't find the EntityType for it (if it even exists), which I think I need to register the Renderer (RenderingRegistry.registerEntityRenderingHandler). Is there a different way to register the Renderer or some other way to extend PlayerRenderer? Thanks. Edited February 22, 20214 yr by Iron1601
February 22, 20214 yr Author Would you happen to know how to pass additional data to the model's render() method? Edited February 22, 20214 yr by Iron1601
February 22, 20214 yr Author I wanted to have something that depends on a players look direction and stuff like that so I wondered how to add that to the renderer. Shortly after I found how to do that but I couldnt find a way to delete the reply, its all good now. Thanks
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.