Give Inventory methods to disk drives
Jason-c-o opened this issue ยท 3 comments
Today I tried setting up a jukebox to push and pull music discs between a chest and disk drive, only to find out it doesn't work with the disk drive.
I'd like to request treating the slot of a disk drive like an inventory so we may push/pull floppies/music discs to or from them.
I suppose this would require adding some of the inventory methods to the drive peripheral.
Now that #830 is done this should be possible. Now to work out if I want to do or not!
I think it makes sense, just not sure if it's going to be a little weird having all those extra methods on there.
I believe that you can have them be the target of the method. I'm fairly sure that someone has done this with a turtle.
Wrap a remote inventory and then have it push to and pull from the disk drive.