new version(1.6.9) breaks Baubles render
lordfriend opened this issue ยท 2 comments
General Info
- I am running a modpack
- I can reproduce this issue consistently
- In single player
- In multiplayer
- I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I'm having the same problem.
- I am crashing and can provide my crash report(s)
- I am using the latest version of the mod
Client Info
-
Minecraft Version: 1.12.2
-
Forge Version: 14.23.5.2768
-
Mod Version: 1.6.9.2
-
Java Version: 1.8.0_191
Issue Description
This issue happens after updated from 1.6.8 to 1.6.9.
All Baubles slot item render at the rear of head. not limit to the GoG item.
And the configuration of Baubles isn't working either. item will always be rendered incorrectly no matter the switch is off in baubles render config
Baubles version is 1.5.2
- Version 1.6.8
- Version 1.6.9.2
Reproduce Steps
Additional Information
This issue is caused due to this line of code;
https://github.com/Silentine/GrimoireOfGaia/blob/master/src/main/java/gaia/renderer/entity/layers/LayerHeadgear.java#L62
I will fix it in the next bugfix update.