TFC Inventory tab buttons overlap with JEI
UnlimatedStone9 opened this issue ยท 2 comments
Describe the request
Make sure to include:
- What problem or issue would this enhancement solve?
Annoying JEI and Inventory clashing. - Describe the feature itself - what would change, what would happen. In general more detail is good!
The TFC inventory tabs for example would push JEI out of the way, this is standard for most mods that add slots that would otherwise conflict with JEI.
Shown here is TFC conflicting with JEI whilst Quark pushes it aside.
Meta Info
- TFC Version: 1.12.2-0.27.3.103 (at time of request)
- Is this a compatibility feature for other mods? Or a enhancement for TFC alone?
Both - If necessary, what other mods (including versions) would this require?
Just Enough Items.
Looks like we can solve this by using JEI's IAdvancedGuiHandler
, similar as is done here.