Difference between revisions of "Disk Drive"
m (Added to CAT:Peripherals) |
m (More clear + relevant image.) |
||
Line 1: | Line 1: | ||
+ | [[File:Computer_w_DiskDrive_w_Monitor.png|frame|428x241px|right|A 2x2 [[Monitor]], connected to a [[Computer]], with a [[Disk Drive]] connected.]] | ||
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). | ||
== Recipe == | == Recipe == | ||
Line 8: | Line 9: | ||
}} | }} | ||
== Usage == | == Usage == | ||
+ | [[File:DiskDriveGUI.png|thumb|350px|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. | 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. | 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 == | == API == |
Revision as of 17:22, 2 December 2012
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
Usage
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.