Posted January 1, 20187 yr Due to a change in Forge Build 1.12.2-14.23.1.2576 the visual rotation of my BlockState is incorrect when it contains a submodel. North and South both face North, and East and West both face South. The PropertyDirection itself does not change, only the visual representation of the block. (An example photo) In my BlockState's json file I have a submodel on line 31. This causes the issue, and whenever the submodel is removed the issue is no longer present (as in the right side of the above photo). After some troubleshooting I have found the line changed in ModelLoader.java in this forge commit to be the cause of my issue. I am not sure of how exactly to fix this issue which is why I am asking for help. If anyone has any clue how I can solve this issue I would be very grateful. P.S. - I have tested with other models (both custom and vanilla). The issue is in the fact I have a submodel, not the models themselves. - Zundrel Edited January 1, 20187 yr by momnop
January 2, 20187 yr Probably related to this: https://github.com/MinecraftForge/MinecraftForge/pull/4629
January 2, 20187 yr Author Yup looks like those issues are one and the same. I guess I'll have to wait for that pull request to be accepted. Thanks a ton :P.
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.