Compatibility with Inventorio (Fabric)
jockrint opened this issue ยท 0 comments
I've been trying to get IPN to work with Inventorio (https://github.com/Lizard-Of-Oz/Inventorio) for a while now. I was able to fix visual conflicts thanks to IPN's configuration file, however:
- IPN's sorting function does not work properly in the Inventorio screen (me.lizardofoz.inventorio.client.ui.InventorioScreen). Inventorio adds a few extra slots to the player inventory called "Utility Belt", IIRC; I think IPN "sees" those slots as a storage and "moves" the sorting function to work with those extra slots alone and it's not possible to sort the player inventory itself.
Is there a workaround for this?