Difference between revisions of "Floppy Disk"
(Adding Template:Block. It isn't a block, but Portable Computer uses this infobox, so the other items should use too. Please just check if "is-peripheral" is right. It isn't optional, but I don't know how to fill this field.) |
Magiczocker (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{Item |
− | |name=Floppy Disk | + | |name = Floppy Disk |
− | |image=Grid disk.png | + | |image = Grid disk.png |
− | | | + | |renewable = Yes |
− | |damage | + | |stackable = No |
− | | | + | |data = '''Normal:''' 4101<br>'''Colored:''' 4102 |
+ | |damage = 0 | ||
+ | |nameid = '''Normal:''' computercraft:disk<br>'''Colored:''' computercraft:diskExpanded | ||
}} | }} | ||
The system of disks and floppies in [[ComputerCraft]] were added in version 1.2. How they work and interact with the [[Computer|computers]] is very similar to how they would work in the real world with our real computers: There's a [[Disk Drive]] that we're able to insert removable disks (or floppies) which we're able to place data upon, which, in turn, makes data portable. This brings much potential for things such as servers running ComputerCraft and users of that server wishing to distribute their software for in-game currency. | The system of disks and floppies in [[ComputerCraft]] were added in version 1.2. How they work and interact with the [[Computer|computers]] is very similar to how they would work in the real world with our real computers: There's a [[Disk Drive]] that we're able to insert removable disks (or floppies) which we're able to place data upon, which, in turn, makes data portable. This brings much potential for things such as servers running ComputerCraft and users of that server wishing to distribute their software for in-game currency. | ||
Line 10: | Line 12: | ||
The 1.42 update allows floppies to be colored with any kind of dye. This is done by putting a floppy and a dye in your crafting table. | The 1.42 update allows floppies to be colored with any kind of dye. This is done by putting a floppy and a dye in your crafting table. | ||
[[File:Floppy.png|frame|right|Dyed Floppy Disks]] | [[File:Floppy.png|frame|right|Dyed Floppy Disks]] | ||
+ | |||
== Recipe == | == Recipe == | ||
{{Crafting grid | {{Crafting grid | ||
Line 16: | Line 19: | ||
|Output=disk | |Output=disk | ||
}} | }} | ||
+ | |||
== Usage == | == Usage == | ||
Like individual computers, each floppy disk has its own folder containing the data that is within that floppy and is easily movable from within the computers in Minecraft using the simple UNIX-like commands such as cp (copy) or mv (move). Just like anywhere else in a computer, you can create, edit, move, copy, etc., any files and do so however you wish. | Like individual computers, each floppy disk has its own folder containing the data that is within that floppy and is easily movable from within the computers in Minecraft using the simple UNIX-like commands such as cp (copy) or mv (move). Just like anywhere else in a computer, you can create, edit, move, copy, etc., any files and do so however you wish. | ||
Line 28: | Line 32: | ||
*'''1.3''': Used for [[Turtle]]s' programming. | *'''1.3''': Used for [[Turtle]]s' programming. | ||
*'''1.2''': Initial Release | *'''1.2''': Initial Release | ||
− | |||
{{BlocksItemsList}} | {{BlocksItemsList}} | ||
+ | |||
[[Category:Items]] | [[Category:Items]] |
Revision as of 17:10, 1 August 2020
Renewable | Yes |
---|---|
Stackable | No |
Data value | Normal: 4101 Colored: 4102 |
Damage value | 0 |
Namespaced ID | Normal: computercraft:disk Colored: computercraft:diskExpanded |
The system of disks and floppies in ComputerCraft were added in version 1.2. How they work and interact with the computers is very similar to how they would work in the real world with our real computers: There's a Disk Drive that we're able to insert removable disks (or floppies) which we're able to place data upon, which, in turn, makes data portable. This brings much potential for things such as servers running ComputerCraft and users of that server wishing to distribute their software for in-game currency.
The 1.42 update allows floppies to be colored with any kind of dye. This is done by putting a floppy and a dye in your crafting table.
Recipe
Usage
Like individual computers, each floppy disk has its own folder containing the data that is within that floppy and is easily movable from within the computers in Minecraft using the simple UNIX-like commands such as cp (copy) or mv (move). Just like anywhere else in a computer, you can create, edit, move, copy, etc., any files and do so however you wish.
To insert a floppy into a Disk Drive so it can be used, right-click the disk drive and place the floppy into the slot at the top of the drive's inventory menu.
Interacting with Computers
When a disk is inserted into a disk drive that is adjacent to a computer, a directory is visible in the computer's root directory titled 'disk'. If another disk is inserted into a different drive that is also connected to a computer then that next directory is entitled 'disk2' and so-on for each additional disk that is inserted and connected.
Release Changes
- 1.56: Added Treasure Disks.
- 1.3: Used for Turtles' programming.
- 1.2: Initial Release
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 |