Difference between revisions of "Disk Drive"
m (Update to Peripheral field - now lists wrapped callable.) |
Magiczocker (Talk | contribs) m |
||
(9 intermediate revisions by 6 users not shown) | |||
Line 2: | Line 2: | ||
|name=Disk Drive | |name=Disk Drive | ||
|image=Iso_DiskDrive.png | |image=Iso_DiskDrive.png | ||
− | |id= | + | |id=ComputerCraft:CC-Peripheral |
− | |damage-value= | + | |damage-value=0 |
|is-peripheral=Yes | |is-peripheral=Yes | ||
|peripheral-api=Disk (API) | |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). 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 | + | {{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= | + | |Output=Disk Drive |
− | + | }} | |
+ | |||
== Usage == | == Usage == | ||
[[File:Computer_w_DiskDrive_w_Monitor.png|frame|428x241px|right|A 2x2 [[Monitor]], connected to a [[Computer]], with a [[Disk Drive]] connected.]] | [[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. | + | 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}} | ||
− | [[Category:Blocks | + | {{BlocksItemsList}} |
+ | [[Category:Blocks]] |
Latest revision as of 07:05, 4 August 2020
Disk Drive | |
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
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. 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.2 | Added Disk Drives. |
---|---|
1.3 | No longer get destroyed by water. |
1.4 | Right clicking a Disk Drive with a Floppy Disk or a Record when sneaking will insert the item automatically. |
1.7 | Can now be renamed with Anvils. |
1.77/1.78 | All Computer and Turtle items except Command Computers can now be mounted. |
ComputerCraft Blocks and Items | |||
Blocks | |||
Computer | Advanced Computer | Command Computer | Disk Drive |
Monitor | Advanced Monitor | Printer | Turtle |
Wireless Modem | Ender Modem | Wired Modem | Networking Cable |
Items | |||
Pocket Computer | Advanced Pocket Computer | Floppy Disk | Printed Page |
Printed Pages | Printed Book |