Inventory interaction toolkit should be exposed as part of API
SirEdvin opened this issue ยท 1 comments
So, main idea is to expose inventory api as part of public API and add some extras logic like ability to tweak IItemHandler extractor like here.
Main purpose of this staff is ability to simplify inventory interaction for mod makers and allow to create peripherals that will populate same inventory peripheral interface for blocks, that even don't have an correct inventory handler (like inventory manager, rs bridge, me bridge, etc) or block that require some rework to make inventory interface more clear (like storage drawer)