Turtle Tutorial

From ComputerCraft Wiki
Revision as of 08:05, 26 June 2012 by D4knova5 (Talk | contribs) (Turtle)

Jump to: navigation, search

This tutorial will teach you the functions of the Turtle API, and also will teach you how to make your first turtle program. by: rockymc

PENIS

Headline text

==

Headline text

==

Headline text

==

Headline text

==

Headline text

==

Headline text

==

Headline text

==

Headline text

==

Headline text

==

Headline text

[[Link title[[Link title[[Link title[[Link title[[Link title[[Link titleLink title]]]]]]]]]]]] ==

==
==
==
==
==
==
==
==
==

Explanation

The line while turtle.detectDown() do makes the program run until there is no block underneath the Turtle.

The turtle.digDown() will make the Turtle dig down.

The part where it says turtle.forward() will make the Turtle go forward.

The line that says turtle.dig() will make the Turtle dig forward.


NOTE: this should be running on a mining turtle, or it wont work!