Difference between revisions of "Turtle"

From ComputerCraft Wiki
Jump to: navigation, search
m (Wikify)
Line 1: Line 1:
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]].
+
'''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]].
  
 
If you would like to know more about how to program them, have a look at the [[Turtle (API)|Turtle API]].
 
If you would like to know more about how to program them, have a look at the [[Turtle (API)|Turtle API]].
  
 
==Floppy Disks==
 
==Floppy Disks==
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.
+
Turtles do not have a built-in floppy drive. As such they need a floppy drive placed next to them to access disks.
  
 
==Fuel==
 
==Fuel==
Line 10: Line 10:
  
 
==Crafting==
 
==Crafting==
To craft a Turtle:<br />
+
{| border="1" cellpadding="2" cellspacing="0"
[[File:Turtle-craft.png]]
+
!style="background:#EEE" width="200px"|Item
 
+
!style="background:#EEE" width="*"|Crafting ingredients
To craft a Mining Turtle:<br />
+
|-
[[File:Turtle-craft2.png]]
+
|Turtle
 
+
|[[File:Turtle-craft.png]]
To craft a Wireless Turtle:<br />
+
|-
[[File:Turtle-craft3.png]]
+
|Mining Turtle
 
+
|[[File:Turtle-craft2.png]]
To craft a Wireless Mining Turtle:<br />
+
|-
(NEED IMAGES)
+
|Wireless Turtle
 +
|[[File:Turtle-craft3.png]]
 +
|-
 +
|Wireless Mining Turtle
 +
|(Image needed)
 +
|}
  
 
[[Category:Blocks]]
 
[[Category:Blocks]]

Revision as of 19:35, 14 March 2012

Turtles are essentially robots, and were added in the 1.3 update. They run an OS (like the Computers) 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 disks.

If you would like to know more about how to program them, have a look at the Turtle API.

Floppy Disks

Turtles do not have a built-in floppy drive. As such they need a floppy drive placed next to them to access disks.

Fuel

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.

Crafting

Item Crafting ingredients
Turtle File:Turtle-craft.png
Mining Turtle File:Turtle-craft2.png
Wireless Turtle File:Turtle-craft3.png
Wireless Mining Turtle (Image needed)