<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Phydaux</id>
		<title>ComputerCraft Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Phydaux"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/Phydaux"/>
		<updated>2026-07-11T22:13:08Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Disk_Drive&amp;diff=845</id>
		<title>Disk Drive</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Disk_Drive&amp;diff=845"/>
				<updated>2012-03-12T09:46:47Z</updated>
		
		<summary type="html">&lt;p&gt;Phydaux: wikify&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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).[[File:CR4mm.png|frame|right|The recipe for a disk drive.]]&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
See [[Disk (API)]] for the disk API.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Blocks]]&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Floppy_Disk&amp;diff=844</id>
		<title>Floppy Disk</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Floppy_Disk&amp;diff=844"/>
				<updated>2012-03-12T09:44:25Z</updated>
		
		<summary type="html">&lt;p&gt;Phydaux: wikify&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The system of disks and floppies in [[ComputerCraft]] were added in version 1.2. How they work and interact with the [[computer]]s 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.[[File:Wwc1P.png|frame|right|The recipe for a floppy disk.]]&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
== Interacting with Computers ==&lt;br /&gt;
When a disk is inserted into a disk drive that is in a block and is adjacently  (but not diagonally) connected 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.&lt;br /&gt;
&lt;br /&gt;
[[Category:Items]]&lt;br /&gt;
&lt;br /&gt;
== Release Changes ==&lt;br /&gt;
*'''1.3''': Used for [[Turtle]]s' programming.&lt;br /&gt;
*'''1.2''': Initial Release&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle&amp;diff=843</id>
		<title>Turtle</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle&amp;diff=843"/>
				<updated>2012-03-12T09:40:28Z</updated>
		
		<summary type="html">&lt;p&gt;Phydaux: Wikify&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Turtles are essentially robots, and were added in the 1.3 update. They run an OS (like the [[Computer]]s) named [[TurtleOS]]. They have the ability to place blocks, break blocks, move around, detect blocks, and drop items in their inventory. The programs they run are stored on [[Floppy Disk|floppy disks]].&lt;br /&gt;
&lt;br /&gt;
If you would like to know more about how to program them, have a look at the [[Turtle (API)|Turtle API]].&lt;br /&gt;
&lt;br /&gt;
==Floppy Disks==&lt;br /&gt;
Turtles do not have a built-in [[Disk Drive|floppy drive]]. As such they need a floppy drive placed next to them to access disks.&lt;br /&gt;
&lt;br /&gt;
==Fuel==&lt;br /&gt;
Turtles have been equipped with a state of the art quantum ionizing engine. This means that, once given fuel (the redstone used to craft them), they do not need to be re-charged, nor do any fuel cells need to be replaced, likewise they don't need to have external power directed to them either.&lt;br /&gt;
&lt;br /&gt;
==Crafting==&lt;br /&gt;
To craft a Turtle:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Turtle-craft.png]]&lt;br /&gt;
&lt;br /&gt;
To craft a Mining Turtle:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Turtle-craft2.png]]&lt;br /&gt;
&lt;br /&gt;
To craft a Wireless Turtle:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Turtle-craft3.png]]&lt;br /&gt;
&lt;br /&gt;
To craft a Wireless Mining Turtle:&amp;lt;br /&amp;gt;&lt;br /&gt;
(NEED IMAGES)&lt;br /&gt;
&lt;br /&gt;
[[Category:Blocks]]&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>	</entry>

	</feed>