
Banner patterns in the Loom GUI don't load when installed alongside PuzzlesLib
ildiem opened this issue · 3 comments
(Running Minecraft 1.20.4 with Fabric 0.15.6)
When a client has both PuzzlesLib and Raised installed, opening a Loom and trying to apply a banner pattern will load all of the pattern options without their patterns (the buttons still work). Keeping PuzzlesLib enabled and Raised disabled removes the problem, as does keeping Raised enabled and PuzzlesLib disabled, so I'm not sure which mod is causing the issue.

The only other mods installed are Fabric API (0.96.4+1.20.4) and Forge Config API Port (20.4.3).
Here is my latest.log file.
I've noted this only occurs on the Fabric version. As well, it seems that it is causing Raised's chat offset to translate its own options screen. Surely this is some mixin conflict.
The loom issue seems to be stemmed by Raised translating the z-index of ChatHud's render
within InGameHud's render
by 300 to fix the chat being under the hotbar itemstacks when the HUD is translated to a spot where it would overlap, but this doesn't explain what is occurring with the options screen. I will have to look into what Puzzles is doing to see why both of these are being affected by changes to the chat.