<?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=Waflix</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=Waflix"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/Waflix"/>
		<updated>2026-07-11T17:18:27Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Monitor&amp;diff=3541</id>
		<title>Monitor</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Monitor&amp;diff=3541"/>
				<updated>2012-10-26T18:34:21Z</updated>
		
		<summary type="html">&lt;p&gt;Waflix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The '''Monitor''' is a block that can display text on its front side. When several screen blocks are placed on the same plane, it will form a single monitor. It is useful for displaying information at a server spawn, showing a program on the monitor, and even showing the status of an IC2 reactor! (provided you have [[CcSensors]] installed)&lt;br /&gt;
&lt;br /&gt;
===Recipe===&lt;br /&gt;
{{Crafting grid&lt;br /&gt;
 |A1=stone |B1=stone      |C1=stone&lt;br /&gt;
 |A2=stone |B2=glass_pane |C2=stone&lt;br /&gt;
 |A3=stone |B3=stone      |C3=stone&lt;br /&gt;
 |Output=screen&lt;br /&gt;
 }}&lt;br /&gt;
[[Category:Blocks]]&lt;br /&gt;
&lt;br /&gt;
===Using the Monitor===&lt;br /&gt;
The command used to control a monitor: monitor [top, bottom, left, right, front or back] [the name of the command to display]&lt;br /&gt;
&lt;br /&gt;
So, in this case, if you typed &amp;quot;hello&amp;quot; in the name of the program part, the monitor would display &amp;quot;Hello World!&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Using the Monitor within the Lua interface===&lt;br /&gt;
The monitor can be summoned through a command or through coding with the Lua command.&lt;br /&gt;
&lt;br /&gt;
The command used to control a monitor within the Lua interface: shell.run(&amp;quot;monitor&amp;quot; &amp;quot;[top, bottom, left, right, front or back]&amp;quot; &amp;quot;[the name of the command to display]&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
For example, here is a way of summoning the monitor through a command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;[[print]](&amp;quot;Hello Monitor!&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
[[Shell (API)|shell]].[[Shell.run|run]](&amp;quot;monitor&amp;quot;, &amp;quot;right&amp;quot;, &amp;quot;hello&amp;quot;)&amp;lt;/tt&amp;gt;&lt;/div&gt;</summary>
		<author><name>Waflix</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle&amp;diff=989</id>
		<title>Turtle</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle&amp;diff=989"/>
				<updated>2012-03-14T21:09:04Z</updated>
		
		<summary type="html">&lt;p&gt;Waflix: &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 [[Console|consoles]]) named [[TurtleOS]]. They have the ability to place, break and detect blocks, move around 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 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;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;200px&amp;quot;|Item&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;*&amp;quot;|Crafting ingredients&lt;br /&gt;
|-&lt;br /&gt;
|Turtle&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A1=iron_ingot |B1=iron_ingot |C1=iron_ingot&lt;br /&gt;
 |A2=iron_ingot |B2=console    |C2=iron_ingot&lt;br /&gt;
 |A3=iron_ingot |B3=chest      |C3=iron_ingot&lt;br /&gt;
 |Output=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
|Mining Turtle&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=turtle |B2=diamond_pickaxe&lt;br /&gt;
 |Output=mining_turtle&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
|Wireless Turtle&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=turtle |B2=modem&lt;br /&gt;
 |Output=wireless_turtle&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
|Wireless Mining Turtle&lt;br /&gt;
|(Recipe?)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Blocks]]&lt;/div&gt;</summary>
		<author><name>Waflix</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Nil_(type)&amp;diff=980</id>
		<title>Nil (type)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Nil_(type)&amp;diff=980"/>
				<updated>2012-03-14T20:52:01Z</updated>
		
		<summary type="html">&lt;p&gt;Waflix: Created page with &amp;quot;'''Nil''' is one of the names for the number 0. It literally means 'nothing'.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Nil''' is one of the names for the number 0. It literally means 'nothing'.&lt;/div&gt;</summary>
		<author><name>Waflix</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=TurtleOS&amp;diff=978</id>
		<title>TurtleOS</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=TurtleOS&amp;diff=978"/>
				<updated>2012-03-14T20:44:11Z</updated>
		
		<summary type="html">&lt;p&gt;Waflix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:8EPlc.png|400px|thumb|right|TurtleOS interface]]&lt;br /&gt;
TurtleOS is the default OS for [[Turtle|turtles]]. The difference with the default OS for [[Console|consoles]] is that TurtleOS works with the new [[Turtle API], which can be used to code turtles.&lt;br /&gt;
Its features include...&lt;br /&gt;
* Default; guaranteed to work across updates unlike the others.&lt;br /&gt;
* DOS style interface&lt;br /&gt;
* Only OS for turtles at time of writing&lt;br /&gt;
* Do It Yourself: letting you customize what you want on your Turtle.&lt;br /&gt;
[[Category:OSes]]&lt;/div&gt;</summary>
		<author><name>Waflix</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Wireless_Modem&amp;diff=977</id>
		<title>Wireless Modem</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Wireless_Modem&amp;diff=977"/>
				<updated>2012-03-14T20:40:01Z</updated>
		
		<summary type="html">&lt;p&gt;Waflix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:QJrCF.png|frame|right|The recipe for a modem.]]&lt;br /&gt;
== Description ==&lt;br /&gt;
'''Modems''' are blocks which can be used to wirelessly transfer data between [[Console|consoles]] and [[Turtle|turtles]], using &amp;quot;rednet&amp;quot; commands.&lt;br /&gt;
To place a modem on a side of your console, click on the console with the right mouse button while sneaking (with standard settings: holding the left shift button).&lt;br /&gt;
&lt;br /&gt;
It is also possible to turn the modem on and off by typing &amp;quot;rednet.open ( side )&amp;quot; to open and &amp;quot;rednet.close ( side )&amp;quot; to close.&lt;br /&gt;
&lt;br /&gt;
Modems can send messages to other modems located up to 64 metres away, or 17 metres during a thunderstorm.[http://www.computercraft.info/forums2/index.php?/topic/464-wireless-distance/page__hl__distance__fromsearch__1]&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
* Place 2 consoles and add modems to them by clicking the right mouse button while sneaking.&lt;br /&gt;
* Access them, and start Lua.&lt;br /&gt;
* Once Lua has started, type &amp;quot;rednet.open (&amp;lt;relative location to modem, e.g. left, right&amp;gt;)&amp;quot; on both consoles.&lt;br /&gt;
* Check if there exists a connection: a dim, red light should be found on the modem.&lt;br /&gt;
* Type on one console &amp;quot;rednet.receive (60)&amp;quot;. This will make the console freeze for 60 seconds, or until it has received a signal from the other console.&lt;br /&gt;
* Now, type &amp;quot;rednet.broadcast ('&amp;lt;your message&amp;gt;')&amp;quot; on the other console. This should send your message to all consoles connected.&lt;br /&gt;
* Opening the first console should show the message written on the second console.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Rednet (API)|More help on Rednet]]&lt;/div&gt;</summary>
		<author><name>Waflix</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=ComputerCraft&amp;diff=972</id>
		<title>ComputerCraft</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=ComputerCraft&amp;diff=972"/>
				<updated>2012-03-14T20:18:45Z</updated>
		
		<summary type="html">&lt;p&gt;Waflix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The mod itself. This mod, created by dan200, has a [http://www.minecraftforum.net/topic/892282-11-computercraft-13/ thread] on the Minecraft forums and its own [http://computercraft.info website]. You can see the history of this mod on the ''[[Changelog]]'' page on the wiki.&lt;/div&gt;</summary>
		<author><name>Waflix</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Recipes&amp;diff=971</id>
		<title>Recipes</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Recipes&amp;diff=971"/>
				<updated>2012-03-14T20:17:16Z</updated>
		
		<summary type="html">&lt;p&gt;Waflix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;200px&amp;quot;|Item&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;*&amp;quot;|Crafting ingredients&lt;br /&gt;
|-&lt;br /&gt;
|Console&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A1=stone |B1=stone           |C1=stone&lt;br /&gt;
 |A2=stone |B2=redstone_dust   |C2=stone&lt;br /&gt;
 |A3=stone |B3=glass_pane      |C3=stone&lt;br /&gt;
 |Output=console&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
|Modem&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A1=stone |B1=stone          |C1=stone&lt;br /&gt;
 |A2=stone |B2=redstone_torch |C2=stone&lt;br /&gt;
 |A3=stone |B3=stone          |C3=stone&lt;br /&gt;
 |Output=modem&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
|Disk Drive&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A1=stone |B1=stone         |C1=stone&lt;br /&gt;
 |A2=stone |B2=redstone_dust |C2=stone&lt;br /&gt;
 |A3=stone |B3=redstone_dust |C3=stone&lt;br /&gt;
 |Output=disk_drive&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
|Disk&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |B1=redstone_dust&lt;br /&gt;
 |B2=paper&lt;br /&gt;
 |Output=disk&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
|Turtle&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A1=iron_ingot |B1=iron_ingot    |C1=iron_ingot&lt;br /&gt;
 |A2=iron_ingot |B2=console       |C2=iron_ingot&lt;br /&gt;
 |A3=iron_ingot |B3=chest         |C3=iron_ingot&lt;br /&gt;
 |Output=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
|Mining Turtle&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=turtle |B2=diamond_pickaxe&lt;br /&gt;
 |Output=mining_turtle&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
|Wireless Turtle&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=turtle |B2=modem&lt;br /&gt;
 |Output=wireless_turtle&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
|Screen&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A1=stone |B1=stone      |C1=stone&lt;br /&gt;
 |A2=stone |B2=glass_pane |C2=stone&lt;br /&gt;
 |A3=stone |B3=stone      |C3=stone&lt;br /&gt;
 |Output=screen&lt;br /&gt;
 }}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Waflix</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle&amp;diff=969</id>
		<title>Turtle</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle&amp;diff=969"/>
				<updated>2012-03-14T20:15:21Z</updated>
		
		<summary type="html">&lt;p&gt;Waflix: &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, break and detect blocks, move around 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 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;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;200px&amp;quot;|Item&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;*&amp;quot;|Crafting ingredients&lt;br /&gt;
|-&lt;br /&gt;
|Turtle&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A1=iron_ingot |B1=iron_ingot |C1=iron_ingot&lt;br /&gt;
 |A2=iron_ingot |B2=console    |C2=iron_ingot&lt;br /&gt;
 |A3=iron_ingot |B3=chest      |C3=iron_ingot&lt;br /&gt;
 |Output=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
|Mining Turtle&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=turtle |B2=diamond_pickaxe&lt;br /&gt;
 |Output=mining_turtle&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
|Wireless Turtle&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=turtle |B2=modem&lt;br /&gt;
 |Output=wireless_turtle&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
|Wireless Mining Turtle&lt;br /&gt;
|(Recipe?)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Blocks]]&lt;/div&gt;</summary>
		<author><name>Waflix</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=File:Grid_Redstone.png&amp;diff=968</id>
		<title>File:Grid Redstone.png</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=File:Grid_Redstone.png&amp;diff=968"/>
				<updated>2012-03-14T20:08:25Z</updated>
		
		<summary type="html">&lt;p&gt;Waflix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A picture of Redstone Dust for use in a Crafting grid.&lt;/div&gt;</summary>
		<author><name>Waflix</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=File:Grid_redstone_torch.png&amp;diff=967</id>
		<title>File:Grid redstone torch.png</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=File:Grid_redstone_torch.png&amp;diff=967"/>
				<updated>2012-03-14T20:07:41Z</updated>
		
		<summary type="html">&lt;p&gt;Waflix: A picture of a Redstone Torch for use in a Crafting grid.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A picture of a Redstone Torch for use in a Crafting grid.&lt;/div&gt;</summary>
		<author><name>Waflix</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=File:Grid_paper.png&amp;diff=966</id>
		<title>File:Grid paper.png</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=File:Grid_paper.png&amp;diff=966"/>
				<updated>2012-03-14T20:05:46Z</updated>
		
		<summary type="html">&lt;p&gt;Waflix: A picture of Paper for use in a Crafting grid.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A picture of Paper for use in a Crafting grid.&lt;/div&gt;</summary>
		<author><name>Waflix</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle&amp;diff=965</id>
		<title>Turtle</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle&amp;diff=965"/>
				<updated>2012-03-14T19:58:33Z</updated>
		
		<summary type="html">&lt;p&gt;Waflix: &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, break and detect blocks, move around 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 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;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;200px&amp;quot;|Item&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;*&amp;quot;|Crafting ingredients&lt;br /&gt;
|-&lt;br /&gt;
|Turtle&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A1=iron_ingot&lt;br /&gt;
 |A2=iron_ingot&lt;br /&gt;
 |A3=iron_ingot&lt;br /&gt;
 |B1=iron_ingot&lt;br /&gt;
 |B2=console&lt;br /&gt;
 |B3=chest&lt;br /&gt;
 |C1=iron_ingot&lt;br /&gt;
 |C2=iron_ingot&lt;br /&gt;
 |C3=iron_ingot&lt;br /&gt;
 |Output=turtle&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
|Mining Turtle&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=turtle&lt;br /&gt;
 |B2=diamond_pickaxe&lt;br /&gt;
 |Output=mining_turtle&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
|Wireless Turtle&lt;br /&gt;
|{{Crafting grid&lt;br /&gt;
 |A2=turtle&lt;br /&gt;
 |B2=modem&lt;br /&gt;
 }}&lt;br /&gt;
|-&lt;br /&gt;
|Wireless Mining Turtle&lt;br /&gt;
|(Recipe?)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Blocks]]&lt;/div&gt;</summary>
		<author><name>Waflix</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=File:Grid_diamond_pickaxe.png&amp;diff=964</id>
		<title>File:Grid diamond pickaxe.png</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=File:Grid_diamond_pickaxe.png&amp;diff=964"/>
				<updated>2012-03-14T19:55:27Z</updated>
		
		<summary type="html">&lt;p&gt;Waflix: A picture of a Diamond Pickaxe for use in a Crafting grid.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A picture of a Diamond Pickaxe for use in a Crafting grid.&lt;/div&gt;</summary>
		<author><name>Waflix</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=File:Grid_chest.png&amp;diff=963</id>
		<title>File:Grid chest.png</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=File:Grid_chest.png&amp;diff=963"/>
				<updated>2012-03-14T19:52:58Z</updated>
		
		<summary type="html">&lt;p&gt;Waflix: A picture of a Chest for use in a Crafting grid.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A picture of a Chest for use in a Crafting grid.&lt;/div&gt;</summary>
		<author><name>Waflix</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=File:Grid_iron_ingot.png&amp;diff=962</id>
		<title>File:Grid iron ingot.png</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=File:Grid_iron_ingot.png&amp;diff=962"/>
				<updated>2012-03-14T19:51:02Z</updated>
		
		<summary type="html">&lt;p&gt;Waflix: A picture of an Iron Ingot for use in a Crafting grid.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A picture of an Iron Ingot for use in a Crafting grid.&lt;/div&gt;</summary>
		<author><name>Waflix</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle&amp;diff=961</id>
		<title>Turtle</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle&amp;diff=961"/>
				<updated>2012-03-14T19:35:58Z</updated>
		
		<summary type="html">&lt;p&gt;Waflix: &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, break and detect blocks, move around 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 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;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;200px&amp;quot;|Item&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;*&amp;quot;|Crafting ingredients&lt;br /&gt;
|-&lt;br /&gt;
|Turtle&lt;br /&gt;
|[[File:Turtle-craft.png]]&lt;br /&gt;
|-&lt;br /&gt;
|Mining Turtle&lt;br /&gt;
|[[File:Turtle-craft2.png]]&lt;br /&gt;
|-&lt;br /&gt;
|Wireless Turtle&lt;br /&gt;
|[[File:Turtle-craft3.png]]&lt;br /&gt;
|-&lt;br /&gt;
|Wireless Mining Turtle&lt;br /&gt;
|(Image needed)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Blocks]]&lt;/div&gt;</summary>
		<author><name>Waflix</name></author>	</entry>

	</feed>