Posted 24 October 2012 - 09:53 PM
Build makes it easy to let turtle build platforms, streets and rooms (without roofs atm)
Usage:
[indent=1]build <width> <length> <height>[/indent]
[indent=1]<width> … width of the platform[/indent]
[indent=1]<length> … length of the platform[/indent]
[indent=1]<height> … height of the walls, 0 will give you no walls[/indent]
[indent=1]The result of build 7 30 1 looks like:[/indent]
[indent=1][/indent]
[indent=1]In my void world I build this construction, most of the stonebricks are done with this program:[/indent]
[indent=1][/indent]
Install:
[indent=1]Link for easy installation: [/indent]
[indent=1]http://turtlescripts.com/project/gjdh09[/indent]
[indent=1]You can donwload the program here http://pastebin.com/m4cGhLbY it will work on both 1.3 and 1.4[/indent]
[indent=1]If you have the http API enable you can download the program direct to your turtle with this command:[/indent]
[indent=1]pastebin get m4cGhLbY build[/indent]
[indent=1]build depends on my Advanced Turtle lib adt. adt goes into the directory /lib[/indent]
[indent=1]Create a lib directory with: mkdir lib[/indent]
[indent=1]Go to the lib directory width cd lib[/indent]
[indent=1]For CraftOS 1.3 you need this http://pastebin.com/5GFL844h[/indent]
[indent=1]pastebin get 5GFL844h adt[/indent]
[indent=1]For 1.4 this: http://pastebin.com/AUF31202[/indent]
[indent=1]pastebin get AUF31202 adt[/indent]
Feel free to modify and share, but dont forget to give credits
Usage:
[indent=1]build <width> <length> <height>[/indent]
[indent=1]<width> … width of the platform[/indent]
[indent=1]<length> … length of the platform[/indent]
[indent=1]<height> … height of the walls, 0 will give you no walls[/indent]
[indent=1]The result of build 7 30 1 looks like:[/indent]
[indent=1][/indent]
[indent=1]In my void world I build this construction, most of the stonebricks are done with this program:[/indent]
[indent=1][/indent]
Install:
[indent=1]Link for easy installation: [/indent]
[indent=1]http://turtlescripts.com/project/gjdh09[/indent]
[indent=1]You can donwload the program here http://pastebin.com/m4cGhLbY it will work on both 1.3 and 1.4[/indent]
[indent=1]If you have the http API enable you can download the program direct to your turtle with this command:[/indent]
[indent=1]pastebin get m4cGhLbY build[/indent]
[indent=1]build depends on my Advanced Turtle lib adt. adt goes into the directory /lib[/indent]
[indent=1]Create a lib directory with: mkdir lib[/indent]
[indent=1]Go to the lib directory width cd lib[/indent]
[indent=1]For CraftOS 1.3 you need this http://pastebin.com/5GFL844h[/indent]
[indent=1]pastebin get 5GFL844h adt[/indent]
[indent=1]For 1.4 this: http://pastebin.com/AUF31202[/indent]
[indent=1]pastebin get AUF31202 adt[/indent]
Feel free to modify and share, but dont forget to give credits