I have been searching for simple programs on computercraft forums and i found these small and very useful programs.They are mostly seen in direwolf's videos.
Hope you like them
original thread on cc forums.
pastebin get 16Fi7BAZ update
This program is used to fetch all other programs.
code. To use it, simply run:
update <ProgramName>
------------------------------------
Programs....
pastebin get tpgKGzxz turn
turn [right|left|around]
Turns the turtle in place.
------------------------------------
pastebin get 4n2zP1UJ makewall
makewall <length> <height>
Builds a wall using the items in inventory slots nubmer 1 thru 13. If it runs out of items, it will wait for you to refill.
------------------------------------
pastebin get hwePkhJg makefloor
makefloor <length> <width> [right|left]
Makes a floor (or flat roof) of a givenlength and width using the items in inventory slots nubmer 1 thru 13, building the
square to the right or left of the turtle's starting position. If it runs out of items, it will wait for you to refill.
------------------------------------
pastebin get 26HuG7uZ makebox
makebox <length> <width> <Height> [right|left]
Makes a box of given dimensions. Exacly like making 4 walls in a single command .
------------------------------------
pastebin get A8GUg9kR dig
dig [top|front|bot]
If you have a mining Turtle, this will break the block in the given direction and add it to inventory. Great way to fetch things out of lava.
------------------------------------
pastebin get LEm9jTdV digline
digline <length> [top|front|bot]
Digs in a straight line of given length, removing all blocks in the given direction (above, below, or in front of the turtle) There's still alot to be desired on this one.
------------------------------------
coded by:
_The_Big_Red_
Hope you like them
original thread on cc forums.
pastebin get 16Fi7BAZ update
This program is used to fetch all other programs.
code. To use it, simply run:
update <ProgramName>
------------------------------------
Programs....
pastebin get tpgKGzxz turn
turn [right|left|around]
Turns the turtle in place.
------------------------------------
pastebin get 4n2zP1UJ makewall
makewall <length> <height>
Builds a wall using the items in inventory slots nubmer 1 thru 13. If it runs out of items, it will wait for you to refill.
------------------------------------
pastebin get hwePkhJg makefloor
makefloor <length> <width> [right|left]
Makes a floor (or flat roof) of a givenlength and width using the items in inventory slots nubmer 1 thru 13, building the
square to the right or left of the turtle's starting position. If it runs out of items, it will wait for you to refill.
------------------------------------
pastebin get 26HuG7uZ makebox
makebox <length> <width> <Height> [right|left]
Makes a box of given dimensions. Exacly like making 4 walls in a single command .
------------------------------------
pastebin get A8GUg9kR dig
dig [top|front|bot]
If you have a mining Turtle, this will break the block in the given direction and add it to inventory. Great way to fetch things out of lava.
------------------------------------
pastebin get LEm9jTdV digline
digline <length> [top|front|bot]
Digs in a straight line of given length, removing all blocks in the given direction (above, below, or in front of the turtle) There's still alot to be desired on this one.
------------------------------------
coded by:
_The_Big_Red_
Last edited: