Posted July 10, 20178 yr Hey, I just started upgrading to Forge 1.12 but the class IPerspectiveAwareModel no longer exists. What should I use instead? Context: have an item that has a different texture when in inventory than when held in hand Thanks!
July 10, 20178 yr the only method from IPerspectiveAwareModel (handlePerspective) was moved directly to IBakedModel and made default. You are free to override it and do whatever you want to as you were doing before. MapWrapper that was a nested class of IPerspectiveAwareModel was moved into a separate PerspectiveMapWrapper. Edited July 10, 20178 yr by V0idWa1k3r
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.