Difference between revisions of "Disk Drive"

From ComputerCraft Wiki
Jump to: navigation, search
m (Ported to Template:Block)
m (Update to Peripheral field - now lists wrapped callable.)
Line 5: Line 5:
 
|damage-value=Un-used.
 
|damage-value=Un-used.
 
|is-peripheral=Yes
 
|is-peripheral=Yes
 +
|peripheral-api=Disk (API)
 
}}
 
}}
 
The Disk Drive arrived with the [[ComputerCraft]] 1.2 update and with that also came [[Floppy Disk]]s. The Disk Drive is an object that, when placed adjacently but not diagonally next to a [[computer]], does the same as a disk drive for real computers in the real world would do: they allow the access to portable data storage devices ([[Floppy Disk]]s).
 
The Disk Drive arrived with the [[ComputerCraft]] 1.2 update and with that also came [[Floppy Disk]]s. The Disk Drive is an object that, when placed adjacently but not diagonally next to a [[computer]], does the same as a disk drive for real computers in the real world would do: they allow the access to portable data storage devices ([[Floppy Disk]]s).

Revision as of 14:35, 20 January 2013

Grid workbench.png   Disk Drive
Iso DiskDrive.png
Item ID 4094
Damage Value Un-used.
Peripheral? Yes- Disk (API)

The Disk Drive arrived with the ComputerCraft 1.2 update and with that also came Floppy Disks. The Disk Drive is an object that, when placed adjacently but not diagonally next to a computer, does the same as a disk drive for real computers in the real world would do: they allow the access to portable data storage devices (Floppy Disks).

Recipe

stone

stone

stone

stone

Redstone

Redstone

stone

stone

stone

Disk_Drive



Usage

A 2x2 Monitor, connected to a Computer, with a Disk Drive connected.
GUI of the Disk Drive

To use a disk drive, place it adjacently but not diagonally next to a computer (left, right, top, bottom, front, or back side). Insert a disk by right-clicking on the disk drive and placing the disk in the slot above the inventory.

If you sneak and right click the disk drive with a disk/music disc in 1.4+ it will place it into it without needing to open the disk drives interface.

API

See Disk (API) for the disk API.