Difference between revisions of "Turtle"

From ComputerCraft Wiki
Jump to: navigation, search
(Power source)
(Crafting)
Line 15: Line 15:
 
Turtles crafted with a [[diamond pickaxe]] can break blocks. Mining turtle's pickaxes have no durability, and so can be used indefinitely without the need for any additional materials. When a mining turtle breaks a block, the mined block will be placed directly into it's inventory.
 
Turtles crafted with a [[diamond pickaxe]] can break blocks. Mining turtle's pickaxes have no durability, and so can be used indefinitely without the need for any additional materials. When a mining turtle breaks a block, the mined block will be placed directly into it's inventory.
  
==Crafting==
+
Hello!I got Luminosity via c5bundle (I know one is not supposed to get sorpupt, but let me try anyway ) and would like to change column widths from 4:4:4 to 3:5:4 on homepage.The sizing of columns has changed, but the theme is still showing column dividers at 4:4:4 (in both wrapper & footer.I've asked in C5 forums and got reply that column divider is most probably done via image and nav-selected-bg.jpg is the only thing which I found that could be used.However, commenting lines in main.css does not help.So, my questions are:a) is it possible to use e.g. 3:5:4 grid?b) is it possible to get rid of column divider?Sincerely,Gourp.s. Too bad I, somehow, missed Luminosity theme while browsing C5 s marketplace and bought bundle mostly for some themes (I've need for personal site/blog & themese & for simple/small business site(s)s ) without the need for many add-ons which I do not need or already bought earlier.
 
+
 
+
{|
+
|+'''Crafting ingredients'''
+
|-
+
|Turtle
+
|{{Crafting grid
+
|A1=iron_ingot |B1=iron_ingot |C1=iron_ingot
+
|A2=iron_ingot |B2=console    |C2=iron_ingot
+
|A3=iron_ingot |B3=chest      |C3=iron_ingot
+
|Output=turtle
+
}}
+
|-
+
|Mining Turtle
+
|{{Crafting grid
+
|A2=turtle |B2=diamond_pickaxe
+
|Output=mining_turtle
+
}}
+
|-
+
|Wireless Turtle
+
|{{Crafting grid
+
|A2=turtle |B2=modem
+
|Output=wireless_turtle
+
}}
+
|-
+
|Wireless Mining Turtle
+
|{{Crafting grid
+
|A1=modem |B1=turtle |C1=diamond_pickaxe
+
|Output=wireless_mining_turtle
+
}}
+
|}
+
 
+
 
+
[[Category:Blocks]]
+

Revision as of 17:10, 17 July 2012

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

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.

Floppy Disks

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

Power source

Turtles have been equipped with a redstone engine, they do not need to be re-charged, or any other form of external power. This is because redstone continuously emits low levels of energy, and the turtle's engine is very efficient.

Mining

Turtles crafted with a diamond pickaxe can break blocks. Mining turtle's pickaxes have no durability, and so can be used indefinitely without the need for any additional materials. When a mining turtle breaks a block, the mined block will be placed directly into it's inventory.

Hello!I got Luminosity via c5bundle (I know one is not supposed to get sorpupt, but let me try anyway ) and would like to change column widths from 4:4:4 to 3:5:4 on homepage.The sizing of columns has changed, but the theme is still showing column dividers at 4:4:4 (in both wrapper & footer.I've asked in C5 forums and got reply that column divider is most probably done via image and nav-selected-bg.jpg is the only thing which I found that could be used.However, commenting lines in main.css does not help.So, my questions are:a) is it possible to use e.g. 3:5:4 grid?b) is it possible to get rid of column divider?Sincerely,Gourp.s. Too bad I, somehow, missed Luminosity theme while browsing C5 s marketplace and bought bundle mostly for some themes (I've need for personal site/blog & themese & for simple/small business site(s)s ) without the need for many add-ons which I do not need or already bought earlier.