Inventory Block GUI not opening
Wolfy8198 opened this issue ยท 4 comments
Versions of Minecraft, Fabric and Adorn
- Adorn: Adorn-3.0.0-rc.1+1.18-rc3-fabric.jar
- Minecraft: 1.18
- Fabric Loader: Fabric - 0.12.12
- Fabric API: fabric-api-0.44.0+1.18.jar
Describe the bug
Inventory Block not opening (I know it's not a conflict with Hey That's Mine, because I was experiencing this before I added HTM)
To Reproduce
Steps to reproduce the behavior:
- Place down cupboard/drawers
- Right-click cupboard/drawers
Expected behavior
The cupboard/drawers GUI opens
Additional context (Optional)
Also from your log, it seems to be exactly an issue with Hey That's Mine assuming that method is only called from the server (which is true in vanilla, but not with Adorn). In any case, this is fixed by my refactors for 3.1.
(For future reference, see https://github.com/QuiltServerTools/HeyThatsMine/blob/7e9e8c3dc7b56124027904d096afa17020996fab/src/main/java/com/github/fabricservertools/htm/mixin/LockableContainerMixin.java#L37-L40)
This looks like a compatibility issue with some other mod's mixins. Could you install MixinTrace (it's on curseforge) and/or Crafty Crashes?
I'm also 90% sure I've already indirectly fixed this by reworking the screen code for the next update, but I'd like to know the cause.
Neither of those seem to have a 1.18 update. I'll try removing HTM and see if that works.