Posted August 23, 20205 yr This is probably something really simple, but over the past couple of days I just can't seem to figure it out. I've looked everywhere I could think of in the source code, and on google, and have gotten nowhere. Is there possibly some way to set a shape in the model to the arm or something like that? Thanks.
August 23, 20205 yr 2 minutes ago, ImZDUDE9 said: This is probably something really simple, but over the past couple of days I just can't seem to figure it out. I've looked everywhere I could think of in the source code, and on google, and have gotten nowhere. Is there possibly some way to set a shape in the model to the arm or something like that? Thanks. Try adding a HeldItemLayer to your mob renderer.
August 23, 20205 yr Author Thank you so much, works perfectly! New problem though, the placement of the items are a bit off. Would there be a way to reposition them and possibly scale them down a bit? Here's a screenshot:
August 23, 20205 yr 51 minutes ago, ImZDUDE9 said: Would there be a way to reposition them and possibly scale them down a bit? The easiest way would probably be to make your own class that extends HeldItemLayer and add translation and scaling before rendering the item.
August 23, 20205 yr Author 8 minutes ago, vemerion said: The easiest way would probably be to make your own class that extends HeldItemLayer and add translation and scaling before rendering the item. Once again, works perfectly! Thank you very much
August 23, 20205 yr 3 minutes ago, ImZDUDE9 said: Once again, works perfectly! Thank you very much No problem, glad I could help!
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.