OC XNet Driver

OC XNet Driver

12M Downloads

Database Upgrade support

asiekierka opened this issue ยท 5 comments

commented

In essence, being able to store item stacks from XNet networks inside a Database Upgrade for NBT comparison purposes.

commented

I will look into it!

commented

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.?

commented

Does this work for you or did you have something else in mind?

commented

Yes, you can get the slot number from getItems(). I've added a few example outputs to the readme.

commented

Great, thanks!