Database Upgrade support
asiekierka opened this issue ยท 5 comments
In essence, being able to store item stacks from XNet networks inside a Database Upgrade for NBT comparison purposes.
You might want to call it .store(), as per the contract the Inventory Controller Upgrade and Transposer already use. But yes, this is exactly what I had in mind.
I assume the slot number can be acquired via getItems()/etc.?
Yes, you can get the slot number from getItems(). I've added a few example outputs to the readme.