Posted 25 July 2013 - 10:28 PM
Overview:
Building Material go in slots 1-15, fuel in 16.
The turtle uses fuel only on an as needed basis.
The turtle starts in the bottom left corner.
The turtle ends in a corner on the top.
The turtle does not mine any blocks outside the specified area.
How to:
Command line arguments <length> <width> <height> ex: BuilderProgram 3 3 3 will build a 3x3x3 cube.
Width and Height default to 1.
If you want to build a wall, try BuilderProgram 3 1 3.
Code:
http://pastebin.com/kP2J9QaG
Building Material go in slots 1-15, fuel in 16.
The turtle uses fuel only on an as needed basis.
The turtle starts in the bottom left corner.
The turtle ends in a corner on the top.
The turtle does not mine any blocks outside the specified area.
How to:
Command line arguments <length> <width> <height> ex: BuilderProgram 3 3 3 will build a 3x3x3 cube.
Width and Height default to 1.
If you want to build a wall, try BuilderProgram 3 1 3.
Code:
http://pastebin.com/kP2J9QaG