sisby-folk / inventory-tabs

A minecraft mod that allows swapping to other in-world screens (blocks, entities, etc) via tabs. A fourth-generation rewrite of CakeWhip's InventoryTabs.
https://modrinth.com/mod/inventory-tabs
GNU Lesser General Public License v3.0
6 stars 3 forks source link

Better Compatibility with Inventorio #45

Closed G4lds closed 5 months ago

G4lds commented 6 months ago

By default the Compatibility is a little janky.

when the inventory key is pressed the inventorio inventory opens, but using the tabs the vanilla inventory opens.

would be better if the tabs also opened inventorio inventory

sisby-folk commented 5 months ago

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.

Feel free to file and quote there.