RubixDev / Inventorio

Inventorio - an inventory enhancement mod for Minecraft (Fabric / (Neo)Forge)
https://modrinth.com/mod/inventorio
57 stars 22 forks source link

Inventory Tabs Compatibility #127

Open ardissaps opened 2 years ago

ardissaps commented 2 years ago

Need to support InventoryTab, thanks

Wash113 commented 2 years ago

This. Ive been trying to get them to play nice without looking horrible. Not an easy task. Would love support for this mod

madcaker commented 3 months ago

It's worth noting this was brought up with the current maintainers of InventoryTabs as well.

https://github.com/sisby-folk/inventory-tabs/issues/45#issuecomment-2081342398

Best way is for them to mixin into us - inventorio already has some optional mixins for client mod compat, they just need to add one that swaps PlayerInventoryTab#open to use their open method, PlayerInventoryTab#isInstant to be false, and then probably head cancel PlayerInventoryTab#close to fix issues with cursor-items.