Difference between revisions of "Turtle"
m (Console -> Computer) |
(Re-tidied page) |
||
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]]. | |
− | + | 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]]. | |
− | The 1.4 update was focused on turtles and | + | 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. |
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 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. | ||
Line 10: | Line 10: | ||
==Floppy Disks== | ==Floppy Disks== | ||
− | Turtles do not have a built-in | + | 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. |
==Power source== | ==Power source== | ||
− | Turtles | + | 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. |
− | The | + | |
=== 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 | + | |
− | This is because | + | |
− | This mode can be turned on by editing the turtle config file | + | |
==Farming== | ==Farming== | ||
− | Turtles equipped with a | + | 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. |
− | An example of a use for this would be using it to till, plant, and harvest your wheat farm and dropping product in a chest for you. | + | |
− | + | ||
==Mining== | ==Mining== | ||
− | Turtles crafted with a [[ | + | 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== | ==Crafting== | ||
− | Turtles with a | + | Turtles with a [[Crafting Table]] can craft items if they have the correct materials to do so. |
==Melee== | ==Melee== | ||
− | Turtles equipped with a | + | 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]]. |
==Recipes== | ==Recipes== |
Revision as of 23:20, 30 November 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 its internal memory or floppy disks.
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.
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.
Contents
Floppy Disks
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.
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.
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 turtleNeedsFuel to 0.
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.
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.
Recipes
Turtle |
|
Turtles can be equipped with different peripherals and tools. A turtle can only have one tool and one peripheral.
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 modem and crafting tables.
Turtle recipe and examples for equipping a turtle with tools and peripherals.
None | Crafty | Wireless | |
---|---|---|---|
None |
|
|
|
Mining |
|
|
|
Farming |
|
|
|
Melee |
|
|
|
Felling |
|
|
|
Digging |
|
|
|
Crafty | See Above | N/A |
|