Turtle Tutorial
From ComputerCraft Wiki
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
Contents
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!