PieKing1215 / InvMove

Minecraft Forge/Fabric/Quilt mod that adds the ability to walk around while in inventories
GNU Lesser General Public License v3.0
23 stars 7 forks source link

InvMove Causes GUI Elements to Show Behind JEI #16

Open Darkosto opened 2 years ago

Darkosto commented 2 years ago

Hello!

I've been having some trouble with the Inventory Move mod, any GUI elements (such as a Thermal Expansion Machine Upgrade Tab) are shown behind the JEI item list. This makes them impossible to interact with and if JEI Cheat Mode is on the items will be deleted. I've checked the library mods required and they do not cause this issue to happen. It seems InvMove is the cause and using the Compatibility mod for JEI support does not fix this issue either. This is a screenshot of the GUI issue: image

The next screenshot is the correct GUI and is loaded with only JEI, COFH Core, Fabric API, Cloth Config v4 API, Thermal Expansion, and Thermal Foundation

image

Would you please consider looking into this because it does make the game much more frustrating when those elements are not functional.

Thank you! Darkosto

MC: 1.18.2 Forge: 40.1.73 InvMove: 0.8.1 Cloth Config v4 API: 6.2.62 Fabric API: 0.51.1+1.18.2 JEI: 9.7.1.232 COFH Core: 1.6.4.21 Thermal Expansion: 1.6.3.13 Thermal Foundation: 1.6.3.28

PieKing1215 commented 2 years ago

Huh that is interesting, looks like JEI has some code hooking into the background drawing which is conflicting. I'll look into fixing this soon, but in the meantime if you go in InvMove's config and set "Hide Inventory Backgrounds" to "No" it'll fix the problem (but will re-add the background tint)

Darkosto commented 1 year ago

Hey @PieKing1215

Just wanted to let you know that this fix you suggested has been working perfectly! I'm not overly concerned about the background conflict to be functional. Thanks for suggesting it and thanks for making the mod!