Built In Turtle Programs
From ComputerCraft Wiki
Revision as of 04:12, 16 April 2014 by Cranium (Talk | contribs) (Adding default programs for turtles, similar to CraftOS Shell page.)
This page needs some serious TLC, stat! Please help us by cleaning it, fixing it up, or sparing it some love.
(Reason: Updating this page to give more detailed information similar to CraftOS Shell would be useful. - Oeed 07:50, 26 March 2014 (GMT)) |
Program Name | Description |
craft craft <number> |
Will craft the number of items specified (if not enough material is provided, will craft as many as possible). |
dance dance |
Commands the turtle to get funky. |
excavate excavate <width> |
Will excavate a square hole <width> blocks wide until it hits bedrock. |
tunnel tunnel <distance> |
Will dig a tunnel 2 high by 3 wide for the <distance> specified. |
refuel refuel |
Will refuel the turtle using the item in the currently selected slot. |
turn turn <direction> <number> |
Will make the turtle turn in the <direction> specified, for the designated <number> of times. |
go go <direction> <number> |
Will command the turtle to move in the list of specified directions in the <direction <number> format. Example: go forward 3 left 2 will move forward three, and turn left twice. |