Difference between revisions of "Disk Drive"
From ComputerCraft Wiki
m (wikify) |
(swapped out screenshots of the recipes with the Crafting grid template) |
||
Line 1: | Line 1: | ||
− | 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 == | |
+ | {{Crafting grid | ||
+ | |A1=stone |B1=stone |C1=stone | ||
+ | |A2=stone |B2=redstone_dust |C2=stone | ||
+ | |A3=stone |B3=redstone_dust |C3=stone | ||
+ | |Output=disk_drive | ||
+ | }} | ||
== Usage == | == 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.[[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.[[File:DiskDriveGUI.png|thumb|350px|GUI of the Disk Drive]] |
Revision as of 19:30, 17 July 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.API
See Disk (API) for the disk API.