![Stockpile](https://media.forgecdn.net/avatars/thumbnails/164/904/256/256/636689357071663390.png)
Implement the Fabric Item Transfer API
Technici4n opened this issue ยท 2 comments
You should implement the Fabric Item Transfer API and get rid of the hacky Inventory implementation that you have. The Transfer API tries to wrap Inventory's, but it assumes that the inventory essentially behaves like a chest or a furnace, which can lead to duplication/voiding issues if the inventory tries to do more things behind the scenes.
That should be quite easy thanks to SingleVariantStorage<ItemVariant>
though. ๐