Difference between revisions of "Advanced Turtle Lumberjack (tutorial)"
From ComputerCraft Wiki
(→The Code) |
(→The Code) |
||
Line 9: | Line 9: | ||
== The Code == | == The Code == | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
This makes us check if there are no blocks to be digged, then we go down until we can't. | This makes us check if there are no blocks to be digged, then we go down until we can't. | ||
That's it! | That's it! |
Revision as of 10:53, 27 February 2012
Contents
Advanced Turtle Lumberjack
Introduction
Welcome to this tutorial about Advanced Turtle Lumberjacks. See the Turtle Lumberjack Tutorial first.
What are Advanced Turtle Lumberjacks?
Advanced Turtle Lumberjacks are basically Turtle Lumberjacks that can dig blocks above them.
The Code
This makes us check if there are no blocks to be digged, then we go down until we can't. That's it!
(Helpful tip: Save this to your computercraft/lua/programs folder, then it will be on all turtles.)
Category & Author
A tutorial by TheVarmari. Feel free to correct any mistakes!