Difference between revisions of "Disk Drive"

From ComputerCraft Wiki
Jump to: navigation, search
m (Redstone_dust -> Redstone)
m
 
(13 intermediate revisions by 6 users not shown)
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).
+
{{Block
== Recipe ==
+
|name=Disk Drive
{{Crafting grid
+
|image=Iso_DiskDrive.png
 +
|id=ComputerCraft:CC-Peripheral
 +
|damage-value=0
 +
|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). Since the [[ComputerCraft]] 1.6 update, both types of [[Pocket Computer]]s can also be inserted into disk drives, allowing access to their files. As of 1.77, all systems other than [[Command Computer]]s can be used as disks.
 +
== Crafting ==
 +
{{Crafting
 
  |A1=stone |B1=stone    |C1=stone
 
  |A1=stone |B1=stone    |C1=stone
 
  |A2=stone |B2=Redstone |C2=stone
 
  |A2=stone |B2=Redstone |C2=stone
 
  |A3=stone |B3=Redstone |C3=stone
 
  |A3=stone |B3=Redstone |C3=stone
  |Output=Disk_Drive
+
  |Output=Disk Drive
}}
+
}}
== 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.
+
== Usage ==
 +
[[File:Computer_w_DiskDrive_w_Monitor.png|frame|428x241px|right|A 2x2 [[Monitor]], connected to a [[Computer]], with a [[Disk Drive]] connected.]]
 
[[File:DiskDriveGUI.png|thumb|350px|GUI of the Disk Drive]]
 
[[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. When a disk is inserted, a [[Disk (event)|disk]] event is fired, and when a disk is removed or ejected, a [[Disk eject (event)|disk_eject]] event is fired.
 +
 +
If you sneak and right click the disk drive with a disk/music disc in 1.4+ the disk will placed into the Disk Drive without needing to open the disk drives interface.
 +
 +
In [[ComputerCraft]] 1.6 and above, [[Pocket Computer]]s can also be inserted into a disk drive to browse their files. 1.77 and later allow all systems othat than [[Command Computer]]s.
 +
 +
==Renaming with Anvils==
 +
In [[ComputerCraft]] 1.7 and above Disk Drives can be renamed using [https://minecraft.gamepedia.com/Anvil#Renaming Anvils].
  
 
== API ==
 
== API ==
 
See [[Disk (API)]] for the disk API.
 
See [[Disk (API)]] for the disk API.
  
 +
== History ==
 +
{{History|head}}
 +
{{History|1.2|Added Disk Drives.}}
 +
{{History|1.3|No longer get destroyed by water.}}
 +
{{History|1.4|Right clicking a Disk Drive with a Floppy Disk or a Record when sneaking will insert the item automatically.}}
 +
{{History|1.7|Can now be renamed with Anvils.}}
 +
{{History|1.77/1.78|All Computer and Turtle items except Command Computers can now be mounted.}}
 +
{{History|foot}}
  
 +
{{BlocksItemsList}}
 
[[Category:Blocks]]
 
[[Category:Blocks]]

Latest revision as of 07:05, 4 August 2020

Grid workbench.png   Disk Drive
Iso DiskDrive.png
Item ID ComputerCraft:CC-Peripheral
Damage Value 0
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). Since the ComputerCraft 1.6 update, both types of Pocket Computers can also be inserted into disk drives, allowing access to their files. As of 1.77, all systems other than Command Computers can be used as disks.

Crafting

Empty-crafting-table.png
Grid stone.png
Grid stone.png
Grid stone.png
Grid stone.png
Grid Redstone.png
Grid stone.png
Grid Disk Drive.png
Grid stone.png
Grid Redstone.png
Grid stone.png

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. When a disk is inserted, a disk event is fired, and when a disk is removed or ejected, a disk_eject event is fired.

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

In ComputerCraft 1.6 and above, Pocket Computers can also be inserted into a disk drive to browse their files. 1.77 and later allow all systems othat than Command Computers.

Renaming with Anvils

In ComputerCraft 1.7 and above Disk Drives can be renamed using Anvils.

API

See Disk (API) for the disk API.

History

1.2Added Disk Drives.
1.3No longer get destroyed by water.
1.4Right clicking a Disk Drive with a Floppy Disk or a Record when sneaking will insert the item automatically.
1.7Can now be renamed with Anvils.
1.77/1.78All Computer and Turtle items except Command Computers can now be mounted.
Grid Redstone.pngComputerCraft Blocks and Items
Grid paper.png  Blocks
 Iso Computer.png  Computer Iso Advanced Computer.png  Advanced Computer Iso Command Computer.png  Command Computer Iso DiskDrive.png  Disk Drive
 Iso Monitor.png  Monitor Iso Advanced Monitor.png  Advanced Monitor Iso Printer.png  Printer Grid turtle.png  Turtle
 Grid Modem.png  Wireless Modem Grid Ender Modem.png  Ender Modem Grid Wired Modem.png  Wired Modem Grid Networking Cable.png  Networking Cable
Grid paper.png  Items
 Grid Pocket Computer.png  Pocket Computer Grid Advanced Pocket Computer.png  Advanced Pocket Computer Grid disk.png  Floppy Disk Grid printed page.png  Printed Page
 Grid printed pages.png  Printed Pages Grid printed book .png  Printed Book