-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
26 lines (18 loc) · 1.2 KB
/
README
File metadata and controls
26 lines (18 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$$\ $$\ $$$$$$\ $$$$$$$\
$$$\ $$$ |$$ __$$\ $$ __$$\
$$$$\ $$$$ |$$ / \__| $$ | $$ | $$$$$$\ $$$$$$\ $$$$$$$\
$$\$$\$$ $$ |$$ | $$$$$$$\ |$$ __$$\ $$ __$$\ $$ _____|
$$ \$$$ $$ |$$ | $$ __$$\ $$ | \__|$$ / $$ |\$$$$$$\
$$ |\$ /$$ |$$ | $$\ $$ | $$ |$$ | $$ | $$ | \____$$\
$$ | \_/ $$ |\$$$$$$ | $$$$$$$ |$$ | \$$$$$$ |$$$$$$$ |
\__| \__| \______/ \_______/ \__| \______/ \_______/
These programs can be used on computers in the ComputerCraft mod for minecraft.
They are being designed to make manual mining a thing of the past. They are
included by default on all new computers created on the mcbros server at
dplusc.mine.nu:25566.
A startup file is also included to define easy to use aliases for all the
programs.
back: Sends the turtle backwards the specified number of blocks (will stop if he hits a player, mob, or block)
forward: sends the turtle forward with the same caveat.
left: turns the turtle left for specified number of turns (ie, "left 2" will turn him around)
right: turns the turtle right for the specified number of turns.