Posted July 8, 20214 yr Hello, I have been working on some custom armor, and have tried implementing a custom render model for it. I have followed the documentation and other examples as best I can, and with moderate sucess. However, I am having problems still. 1. Every armor piece renders the whole armor set. I'm not sure why this is happening as I handle that here: https://github.com/skiprocks999/Electrodynamics-JEI-Integration/blob/14e902979cdfcdb41910b5b6e67d2879fef0c12a/src/main/java/electrodynamics/common/player/armor/types/composite/CompositeArmorItem.java#L76 2. The armor is not moving with the player like it should. I have set it to, but it doesn't still. However, I feel this may be due to problem 1. https://github.com/skiprocks999/Electrodynamics-JEI-Integration/blob/14e902979cdfcdb41910b5b6e67d2879fef0c12a/src/main/java/electrodynamics/common/player/armor/types/composite/CompositeArmorModel.java#L18 I'm not quite sure what I'm doing wrong, so I would appreciate any help that you can give me. Thanks!
July 8, 20214 yr Author Come to think of it, I couldn't find any tutorials on the topic for 1.16. If someone could point me to one, I would appreciate it?
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.