Difference between revisions of "Turtle"

From ComputerCraft Wiki
Jump to: navigation, search
m (Mining: Fixing links)
(Remove references to turtle OS)
(30 intermediate revisions by 14 users not shown)
Line 1: Line 1:
'''Turtles''' are essentially robots, and were added in the 1.3 update. They run an OS (like the [[Computer|computers]]) named [[TurtleOS]].  
+
{{Block
 +
|name=Turtle
 +
|image=Grid turtle.png
 +
|id=
 +
|damage-value=
 +
|is-peripheral=
 +
}}
  
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 its internal memory or [[Floppy Disk|floppy disks]].
+
{{Selfref|This is for the turtle block/item. For the API, visit [[Turtle (API)]].}}
  
The 1.4 update was focused on turtles, and expanded the turtle's ability to use tools. Turtles are capable of using pickaxes, hoes, axes, shovels and swords. The update added "Crafty Turtles", which have the ability to craft using their inventory - and part of this upgrade saw the number of inventory slots in the Turtle raised to 16 - over the previous 9 slot inventory. The 1.4 update also included a new fuel system for the turtles.
+
[[File:Turtles.png|thumb|Normal Turtle (left) and Advanced Turtle (right).]]
  
Turtles are submersible and lavaproof. As such, they are extremely useful for mining near bedrock, where heavy lava flows can prevent access to diamonds and other rare finds.
+
'''Turtles''' and '''Advanced Turtles''' are essentially robots, and were added in the 1.3 update. They have the ability to place, break and detect blocks, move around and drop items in their inventory via their access to the [[Turtle_(API)|Turtle API]]. The programs they run are stored in their internal memory, or on [[Floppy Disk|floppy disks]].
 +
 
 +
The 1.4 update was focused on turtles, and expanded their ability to use tools. Turtles are capable of using pickaxes, hoes, axes, shovels and swords. The update added "Crafty Turtles", which have the ability to craft using their inventory - and part of this upgrade saw the number of inventory slots in the Turtle raised to 16 from the previous 9 slot inventory. The 1.4 update also included a new [[fuel]] system for the turtles.
 +
 
 +
The 1.55 update added Advanced Turtles - made of gold, are able to display color, and have mouse input available through their display. Their exterior appearance is also of gold. They're just like [[Advanced Computer|Advanced Computers]], but with a smaller screen.
 +
 
 +
Prior to 1.6, turtles had to have tools manually attached via crafting. As of that update, they are now also able to swap tools in and out of their inventory at will. That build also brought in caps to the arbitrarily large fuel values turtles could previously store - by default, they are now 20,000 units for regular turtles and 100,000 for advanced.
 +
 
 +
Turtles are submersible and lavaproof. As such, they are extremely useful for mining near bedrock, where heavy [[lava]] flows can prevent access to diamonds and other rare finds.
  
 
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==
+
Keep in mind that when turtles are 'mined', picked up, and placed somewhere else, they will not keep their programs unless they have been given a label. To do so, you simply need to type in "label set ''<labelName>''" at the shell prompt.
Turtles do not have a built-in [[Disk Drive]]. As such, they need a [[Disk Drive]] placed beside them to access [[Floppy Disk|Floppy Disks]]. However, if the Turtle is of the Wireless family, the [[Disk Drive]] (and other peripherals) must be placed on a side other than the side the [[Modem|wireless modem]] is on.
+
 
 +
 
 +
==Floppy Disks and Peripherals==
 +
Turtles do not have a built-in [[Disk Drive]]. As such, they need a [[Disk Drive]] placed beside them to access [[Floppy Disk|Floppy Disks]]. However, if the Turtle is of the Wireless family, the [[Disk Drive]] (and other peripherals) must be placed on a side other than the side the [[Wireless Modem|wireless modem]] is on. Any other peripherals, such as [[Monitor|Monitors]] and [[Printer|Printers]] can be interacted using the peripheral API.
  
 
==Power source==
 
==Power source==
Turtles require fuel to operate - this means Turtles must be powered from any item that works in a regular furnace, like coal and lava. The turtle gains 0.6 "movement" per half second the fuel would have burnt in a furnace. The Turtle can move 1 block for each fuel count it has, for example, coal yields 96 block movements. For more information, go to the [[Turtle.refuel]] page.
+
Turtles require [[fuel]] to operate - this means Turtles must be powered from any item that works in a regular furnace, like coal and lava. The turtle gains 0.6 "movement" per half second the fuel would have burnt in a furnace. The Turtle can move 1 block for each fuel count it has, for example, coal yields 80 block movements.
  
 
=== Optional Non-fuel mode ===
 
=== Optional Non-fuel mode ===
In this mode, Turtles use their internal Redstone Engine, and as such, they do not need to be re-charged, or receive any other form of external power. This is because Redstone continuously emits low levels of energy, and the Turtle's engine is very efficient. This mode can be turned on by editing the turtle config file (config/mod_CCTurtle.cfg) and setting <var>turtleNeedsFuel</var> to <var>0</var>.
+
In this mode, Turtles use their internal Redstone Engine, and as such, they do not need to be re-charged, or receive any other form of external power. This is because Redstone continuously emits low levels of energy, and the Turtle's engine is very efficient. This mode can be turned on by editing [[ComputerCraft.cfg]] and setting <var>turtleNeedsFuel</var> to <var>false</var>.
 +
 
 +
==Dyeing==
 +
As of ComputerCraft 1.63 Turtles can be dyed using Dyes. It supports all 16 different colors, so you can have a green Farming Turtle harvesting some melons and a gray Mining Turtle gathering materials and mining ores.
  
 
==Farming==
 
==Farming==
Turtles equipped with a [[Diamond Hoe]] can till dirt so it can later be used for Farming. An example of a use for this would be using it to till, plant, and harvest your wheat farm and dropping any product in a chest for you.
+
Turtles equipped with a [[diamond hoe]] can till dirt so it can later be used for Farming. An example of a use for this would be using it to till, plant, and harvest your wheat farm and dropping any product in a chest for you.
  
 
==Mining==
 
==Mining==
Line 25: Line 45:
  
 
==Crafting==
 
==Crafting==
Turtles with a [http://www.minecraftwiki.net/wiki/Crafting_Table Crafting Table] can craft items if they have the correct materials to do so.
+
Turtles with a [http://www.minecraftwiki.net/wiki/Crafting_Table Crafting Table] can craft items if they have the correct materials to do so, and all other slots outside the crafting-zone are empty.
  
 
==Melee==
 
==Melee==
 
Turtles equipped with a [[diamond sword]] can attack players and mobs. When a Turtle kills a mob it will leave the experience orbs on the ground, but add the loot to its inventory. Turtles can also attack with any tool, where the [[diamond axe]] is the second best after the [[diamond sword]].
 
Turtles equipped with a [[diamond sword]] can attack players and mobs. When a Turtle kills a mob it will leave the experience orbs on the ground, but add the loot to its inventory. Turtles can also attack with any tool, where the [[diamond axe]] is the second best after the [[diamond sword]].
 +
 +
==Inventory Interaction==
 +
Turtles can interact with blocks that have inventories. This includes chests, furnaces, [[Printer]]s and even blocks with inventories in other mods. (This means a turtle cannot interact with a player's inventory, unless you use a third party peripheral). Turtles can interact with such inventories by using [[Turtle.suck|turtle.suck, turtle.suckDown, turtle.suckUp]] (To retrieve the first item in the inventory. The turtle finds the first item by scanning the first row from left to right, then the second row from left to right, etc). Turtles can also place items inside inventories, by using [[Turtle.drop|turtle.drop, turtle.dropUp, turtle.dropDown]], which places items on the first item slot available (Using the same system as the one described for retrieving items).
 +
 +
In special inventories, with just a few slots on the top or bottom - for example furnaces - you can specify which slot to place an item in by positioning the turtle in the corresponding location to the front face of the inventory. For example in a furnace, you would use a turtle at the bottom of the furnace for it to place fuel in the furnace, a turtle at the top to place objects to smelt, and a turtle to the right to retrieve the smelted objects (Note that you can do this with just 1 turtle moving around).
 +
 +
==Peripheral functions==
 +
 +
Just like a [[Computer]], a Turtle can be [[peripheral.wrap|used]] as a peripheral. You can find all Turtle peripheral functions [[Computer_(API)|here]].
  
 
==Recipes==
 
==Recipes==
Line 40: Line 69:
 
  |A2=iron_ingot |B2=Computer  |C2=iron_ingot
 
  |A2=iron_ingot |B2=Computer  |C2=iron_ingot
 
  |A3=iron_ingot |B3=chest      |C3=iron_ingot
 
  |A3=iron_ingot |B3=chest      |C3=iron_ingot
  |Output=turtle
+
  |Output=turtle |Output-link=turtle
 +
}}
 +
|Advanced Turtle
 +
|{{Crafting grid
 +
|A1=Gold_Ingot |B1=Gold_Ingot |C1=Gold_Ingot
 +
|A2=Gold_Ingot |B2=Advanced_Computer  |C2=Gold_Ingot
 +
|A3=Gold_Ingot |B3=chest      |C3=Gold_Ingot
 +
|Output=Advanced_Turtle |Output-link=turtle
 
  }}
 
  }}
 
|}
 
|}
Turtles can be equipped with different peripherals and tools. A turtle can only have one tool and one peripheral, however the crafting table can act as a tool, or peripheral.
+
 
 +
'''Note:''' NEI has been known to present the recipe for an advanced turtle as requiring a normal computer, somehow ignoring the actual recipe.
 +
 
 +
Turtles can be equipped with different peripherals and tools. A turtle can be crafted with any combination of tools and peripherals. Turtles may later use [[Turtle.equipLeft|turtle.equipLeft()]] / [[Turtle.equipRight|turtle.equipRight()]] to add, remove or exchange tools in any combination.
 
<br>The following tools can be equipped to a turtles: [[diamond pickaxe]], [[diamond axe]], [[diamond shovel]], [[diamond hoe]] and [[diamond sword]]
 
<br>The following tools can be equipped to a turtles: [[diamond pickaxe]], [[diamond axe]], [[diamond shovel]], [[diamond hoe]] and [[diamond sword]]
<br>The following peripherals can be equipped to a turtles: [[modem|wireless modem]] and [[Workbench|crafting tables]].
+
<br>The following peripherals can be equipped to a turtles: [[Wireless Modem|wireless modems]], [[Ender_Modem|ender modems]] and [[Crafting Table|crafting tables]].
<br>Diamond tools must be unused (i.e. not have a durability bar showing) to combine with a turtle.
+
<br>Diamond tools must be unused (i.e. not have a durability bar showing) an unenchanted to combine with a turtle.
<br><br>'''Turtle recipe and examples for equipping a turtle with tools and peripherals.'''
+
<br><br>'''Turtle recipe and examples for equipping a turtle with tools and peripherals (Note that any variants of the turtle can also be crafted with the Advanced Turtle):'''
{| border="1" cellpadding="2" cellspacing="0|" style="text-align: center"
+
{| class="wikitable"
!style="background:#EEE" width="100px"|
+
! !! None !! Crafty !! Wireless
!style="background:#EEE" |None
+
!style="background:#EEE" |Crafty
+
!style="background:#EEE" |Wireless
+
 
|-
 
|-
!style="background:#EEE" |None
+
! scope="row"| None
 
|{{Crafting grid
 
|{{Crafting grid
 
  |B2=turtle
 
  |B2=turtle
  |Output=turtle
+
  |Output=turtle |Output-link=turtle
 
  }}
 
  }}
 
|{{Crafting grid
 
|{{Crafting grid
 
  |B2=turtle |A2=workbench
 
  |B2=turtle |A2=workbench
  |Output=Crafty_Turtle
+
  |Output=Crafty_Turtle |Output-link=turtle
 
  }}
 
  }}
 
|{{Crafting grid
 
|{{Crafting grid
 
  |B2=turtle |A2=Modem
 
  |B2=turtle |A2=Modem
  |Output=wireless_turtle
+
  |Output=wireless_turtle |Output-link=turtle
 
  }}
 
  }}
 
|-
 
|-
!style="background:#EEE" |Mining
+
! scope="row"| Mining
 
|{{Crafting grid
 
|{{Crafting grid
 
  |B2=turtle |C2=diamond_pickaxe
 
  |B2=turtle |C2=diamond_pickaxe
  |Output=mining_turtle
+
  |Output=mining_turtle |Output-link=turtle
 
  }}
 
  }}
 
|{{Crafting grid
 
|{{Crafting grid
 
  |A2=workbench |B2=turtle |C2=diamond_pickaxe
 
  |A2=workbench |B2=turtle |C2=diamond_pickaxe
  |Output=Crafty_Mining_Turtle
+
  |Output=Crafty_Mining_Turtle |Output-link=turtle
 
  }}
 
  }}
 
|{{Crafting grid
 
|{{Crafting grid
 
  |A2=Modem |B2=turtle |C2=diamond_pickaxe
 
  |A2=Modem |B2=turtle |C2=diamond_pickaxe
  |Output=wireless_mining_turtle
+
  |Output=wireless_mining_turtle |Output-link=turtle
 
  }}
 
  }}
 
|-
 
|-
!style="background:#EEE" |Farming
+
! scope="row"| Farming
 
|{{Crafting grid
 
|{{Crafting grid
 
  |B2=turtle |C2=diamond_hoe
 
  |B2=turtle |C2=diamond_hoe
  |Output=Farming_Turtle
+
  |Output=Farming_Turtle |Output-link=turtle
 
  }}
 
  }}
 
|{{Crafting grid
 
|{{Crafting grid
 
  |A2=workbench |B2=turtle |C2=diamond_hoe
 
  |A2=workbench |B2=turtle |C2=diamond_hoe
  |Output=Crafty_Farming_Turtle
+
  |Output=Crafty_Farming_Turtle |Output-link=turtle
 
  }}
 
  }}
 
|{{Crafting grid
 
|{{Crafting grid
 
  |A2=Modem |B2=turtle |C2=diamond_hoe
 
  |A2=Modem |B2=turtle |C2=diamond_hoe
  |Output=Wireless_Farming_Turtle
+
  |Output=Wireless_Farming_Turtle |Output-link=turtle
 
  }}
 
  }}
 
|-
 
|-
!style="background:#EEE" |Melee
+
! scope="row"| Melee
 
|{{Crafting grid
 
|{{Crafting grid
 
  |B2=turtle |C2=diamond_sword
 
  |B2=turtle |C2=diamond_sword
  |Output=Melee_Turtle
+
  |Output=Melee_Turtle |Output-link=turtle
 
  }}
 
  }}
 
|{{Crafting grid
 
|{{Crafting grid
 
  |A2=workbench |B2=turtle |C2=diamond_sword
 
  |A2=workbench |B2=turtle |C2=diamond_sword
  |Output=Crafty_Melee_Turtle
+
  |Output=Crafty_Melee_Turtle |Output-link=turtle
 
  }}
 
  }}
 
|{{Crafting grid
 
|{{Crafting grid
 
  |A2=Modem |B2=turtle |C2=diamond_sword
 
  |A2=Modem |B2=turtle |C2=diamond_sword
  |Output=Wireless_Melee_Turtle
+
  |Output=Wireless_Melee_Turtle |Output-link=turtle
 
  }}
 
  }}
 
|-
 
|-
!style="background:#EEE" |Felling
+
! scope="row"| Felling
 
|{{Crafting grid
 
|{{Crafting grid
 
  |B2=turtle |C2=diamond_axe
 
  |B2=turtle |C2=diamond_axe
  |Output=Felling_Turtle
+
  |Output=Felling_Turtle |Output-link=turtle
 
  }}
 
  }}
 
|{{Crafting grid
 
|{{Crafting grid
 
  |A2=workbench |B2=turtle |C2=diamond_axe
 
  |A2=workbench |B2=turtle |C2=diamond_axe
  |Output=Crafty_Felling_Turtle
+
  |Output=Crafty_Felling_Turtle |Output-link=turtle
 
  }}
 
  }}
 
|{{Crafting grid
 
|{{Crafting grid
 
  |A2=Modem |B2=turtle |C2=diamond_axe
 
  |A2=Modem |B2=turtle |C2=diamond_axe
  |Output=Wireless_Felling_Turtle
+
  |Output=Wireless_Felling_Turtle |Output-link=turtle
 
  }}
 
  }}
 
|-
 
|-
!style="background:#EEE" |Digging
+
! scope="row"| Digging
 
|{{Crafting grid
 
|{{Crafting grid
 
  |B2=turtle |C2=diamond_shovel
 
  |B2=turtle |C2=diamond_shovel
  |Output=Digging_Turtle
+
  |Output=Digging_Turtle |Output-link=turtle
 
  }}
 
  }}
 
|{{Crafting grid
 
|{{Crafting grid
 
  |A2=workbench |B2=turtle |C2=diamond_shovel
 
  |A2=workbench |B2=turtle |C2=diamond_shovel
  |Output=Crafty_Digging_Turtle
+
  |Output=Crafty_Digging_Turtle |Output-link=turtle
 
  }}
 
  }}
 
|{{Crafting grid
 
|{{Crafting grid
 
  |A2=Modem |B2=turtle |C2=diamond_shovel
 
  |A2=Modem |B2=turtle |C2=diamond_shovel
  |Output=Wireless_Digging_Turtle
+
  |Output=Wireless_Digging_Turtle |Output-link=turtle
 
  }}
 
  }}
 
|-
 
|-
!style="background:#EEE" |Crafty
+
! scope="row"| Crafty
 
|See Above
 
|See Above
 
|N/A
 
|N/A
 
|{{Crafting grid
 
|{{Crafting grid
 
  |A2=Modem |B2=turtle |C2=workbench
 
  |A2=Modem |B2=turtle |C2=workbench
  |Output=Wireless_Crafty_Turtle
+
  |Output=Wireless_Crafty_Turtle |Output-link=turtle
 
  }}
 
  }}
 
|}
 
|}
 +
 +
{{BlocksItemsList}}
 
[[Category:Blocks]]
 
[[Category:Blocks]]

Revision as of 10:30, 26 July 2017

Grid workbench.png   Turtle
Grid turtle.png
Item ID
Damage Value
Peripheral? No


Is this the page you were looking for?
This is for the turtle block/item. For the API, visit Turtle (API).
Normal Turtle (left) and Advanced Turtle (right).

Turtles and Advanced Turtles are essentially robots, and were added in the 1.3 update. They have the ability to place, break and detect blocks, move around and drop items in their inventory via their access to the Turtle API. The programs they run are stored in their internal memory, or on floppy disks.

The 1.4 update was focused on turtles, and expanded their ability to use tools. Turtles are capable of using pickaxes, hoes, axes, shovels and swords. The update added "Crafty Turtles", which have the ability to craft using their inventory - and part of this upgrade saw the number of inventory slots in the Turtle raised to 16 from the previous 9 slot inventory. The 1.4 update also included a new fuel system for the turtles.

The 1.55 update added Advanced Turtles - made of gold, are able to display color, and have mouse input available through their display. Their exterior appearance is also of gold. They're just like Advanced Computers, but with a smaller screen.

Prior to 1.6, turtles had to have tools manually attached via crafting. As of that update, they are now also able to swap tools in and out of their inventory at will. That build also brought in caps to the arbitrarily large fuel values turtles could previously store - by default, they are now 20,000 units for regular turtles and 100,000 for advanced.

Turtles are submersible and lavaproof. As such, they are extremely useful for mining near bedrock, where heavy lava flows can prevent access to diamonds and other rare finds.

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

Keep in mind that when turtles are 'mined', picked up, and placed somewhere else, they will not keep their programs unless they have been given a label. To do so, you simply need to type in "label set <labelName>" at the shell prompt.


Floppy Disks and Peripherals

Turtles do not have a built-in Disk Drive. As such, they need a Disk Drive placed beside them to access Floppy Disks. However, if the Turtle is of the Wireless family, the Disk Drive (and other peripherals) must be placed on a side other than the side the wireless modem is on. Any other peripherals, such as Monitors and Printers can be interacted using the peripheral API.

Power source

Turtles require fuel to operate - this means Turtles must be powered from any item that works in a regular furnace, like coal and lava. The turtle gains 0.6 "movement" per half second the fuel would have burnt in a furnace. The Turtle can move 1 block for each fuel count it has, for example, coal yields 80 block movements.

Optional Non-fuel mode

In this mode, Turtles use their internal Redstone Engine, and as such, they do not need to be re-charged, or receive any other form of external power. This is because Redstone continuously emits low levels of energy, and the Turtle's engine is very efficient. This mode can be turned on by editing ComputerCraft.cfg and setting turtleNeedsFuel to false.

Dyeing

As of ComputerCraft 1.63 Turtles can be dyed using Dyes. It supports all 16 different colors, so you can have a green Farming Turtle harvesting some melons and a gray Mining Turtle gathering materials and mining ores.

Farming

Turtles equipped with a diamond hoe can till dirt so it can later be used for Farming. An example of a use for this would be using it to till, plant, and harvest your wheat farm and dropping any product in a chest for you.

Mining

Turtles crafted with a diamond pickaxe, diamond axe, or diamond shovel, can break blocks, chop wood, mine stone and ores, and even break dirt and gravel (depending on the tool you used on it). The tools equipped on the Turtle have no durability, and so can be used indefinitely without the need for any additional materials. When a Turtle breaks the block, the Turtle receives the item directly into it's inventory. Different tools yield different drops - for example, an axe can break anything, but it won't drop ores.

Crafting

Turtles with a Crafting Table can craft items if they have the correct materials to do so, and all other slots outside the crafting-zone are empty.

Melee

Turtles equipped with a diamond sword can attack players and mobs. When a Turtle kills a mob it will leave the experience orbs on the ground, but add the loot to its inventory. Turtles can also attack with any tool, where the diamond axe is the second best after the diamond sword.

Inventory Interaction

Turtles can interact with blocks that have inventories. This includes chests, furnaces, Printers and even blocks with inventories in other mods. (This means a turtle cannot interact with a player's inventory, unless you use a third party peripheral). Turtles can interact with such inventories by using turtle.suck, turtle.suckDown, turtle.suckUp (To retrieve the first item in the inventory. The turtle finds the first item by scanning the first row from left to right, then the second row from left to right, etc). Turtles can also place items inside inventories, by using turtle.drop, turtle.dropUp, turtle.dropDown, which places items on the first item slot available (Using the same system as the one described for retrieving items).

In special inventories, with just a few slots on the top or bottom - for example furnaces - you can specify which slot to place an item in by positioning the turtle in the corresponding location to the front face of the inventory. For example in a furnace, you would use a turtle at the bottom of the furnace for it to place fuel in the furnace, a turtle at the top to place objects to smelt, and a turtle to the right to retrieve the smelted objects (Note that you can do this with just 1 turtle moving around).

Peripheral functions

Just like a Computer, a Turtle can be used as a peripheral. You can find all Turtle peripheral functions here.

Recipes

Crafting ingredients
Turtle

iron_ingot

iron_ingot

iron_ingot

iron_ingot

Computer

chest

iron_ingot

iron_ingot

iron_ingot

turtle



Advanced Turtle

Gold_Ingot

Gold_Ingot

Gold_Ingot

Gold_Ingot

Advanced_Computer

chest

Gold_Ingot

Gold_Ingot

Gold_Ingot

Advanced_Turtle



Note: NEI has been known to present the recipe for an advanced turtle as requiring a normal computer, somehow ignoring the actual recipe.

Turtles can be equipped with different peripherals and tools. A turtle can be crafted with any combination of tools and peripherals. Turtles may later use turtle.equipLeft() / turtle.equipRight() to add, remove or exchange tools in any combination.
The following tools can be equipped to a turtles: diamond pickaxe, diamond axe, diamond shovel, diamond hoe and diamond sword
The following peripherals can be equipped to a turtles: wireless modems, ender modems and crafting tables.
Diamond tools must be unused (i.e. not have a durability bar showing) an unenchanted to combine with a turtle.

Turtle recipe and examples for equipping a turtle with tools and peripherals (Note that any variants of the turtle can also be crafted with the Advanced Turtle):

None Crafty Wireless
None




turtle




turtle




workbench


turtle




Crafty_Turtle




Modem


turtle




wireless_turtle



Mining




turtle


diamond_pickaxe


mining_turtle




workbench


turtle


diamond_pickaxe


Crafty_Mining_Turtle




Modem


turtle


diamond_pickaxe


wireless_mining_turtle



Farming




turtle


diamond_hoe


Farming_Turtle




workbench


turtle


diamond_hoe


Crafty_Farming_Turtle




Modem


turtle


diamond_hoe


Wireless_Farming_Turtle



Melee




turtle


diamond_sword


Melee_Turtle




workbench


turtle


diamond_sword


Crafty_Melee_Turtle




Modem


turtle


diamond_sword


Wireless_Melee_Turtle



Felling




turtle


diamond_axe


Felling_Turtle




workbench


turtle


diamond_axe


Crafty_Felling_Turtle




Modem


turtle


diamond_axe


Wireless_Felling_Turtle



Digging




turtle


diamond_shovel


Digging_Turtle




workbench


turtle


diamond_shovel


Crafty_Digging_Turtle




Modem


turtle


diamond_shovel


Wireless_Digging_Turtle



Crafty See Above N/A


Modem


turtle


workbench


Wireless_Crafty_Turtle



Grid Redstone.pngComputerCraft Blocks and Items
Grid paper.png  Blocks
 Iso Computer.png  Computer Iso Advanced Computer.png  Advanced Computer Iso Command Computer.png  Command Computer Iso DiskDrive.png  Disk Drive
 Iso Monitor.png  Monitor Iso Advanced Monitor.png  Advanced Monitor Iso Printer.png  Printer Grid turtle.png  Turtle
 Grid Modem.png  Wireless Modem Grid Ender Modem.png  Ender Modem Grid Wired Modem.png  Wired Modem Grid Networking Cable.png  Networking Cable
Grid paper.png  Items
 Grid Pocket Computer.png  Pocket Computer Grid Advanced Pocket Computer.png  Advanced Pocket Computer Grid disk.png  Floppy Disk Grid printed page.png  Printed Page
 Grid printed pages.png  Printed Pages Grid printed book .png  Printed Book