CC-Tweaked icon indicating copy to clipboard operation
CC-Tweaked copied to clipboard

Give Inventory methods to disk drives

Open Jason-c-o opened this issue 4 years ago • 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.

Jason-c-o avatar Dec 27 '20 20:12 Jason-c-o

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.

Lupus590 avatar Dec 27 '20 21:12 Lupus590

Yes, when I was the chest instead of the disk drive it worked.

It may still be useful, but it's definitely not as "needed" as I believed. Thanks!

Jason-c-o avatar Jan 11 '21 18:01 Jason-c-o

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.

SquidDev avatar Nov 22 '21 18:11 SquidDev