Remote-controlled turtle using a pocket computer for the ComputerCraft mod in Minecraft.
Can be moved around with WASD-style controls as well as given some basic automatic tasks.
- A turtle with a wireless modem
- A pocket computer with a wireless modem
- Advanced turtle and pocket computer
- Ender modems instead of wireless modems for infinite range
- A pickaxe or similar tool attached to the turtle for digging
- Name your turtle something with no spaces using
label set <name>, replacing<name>with the desired name. - Run
wget run https://raw.githubusercontent.com/Slatebreaker/HazTurtleRC/master/update.luaon your turtle and your phone. - Reboot both devices.
- On your phone, type
ctl <turtle>replacing<turtle>with the label you set in Step 1. (This setting will be remembered)
Before you can move the turtle, you need to fuel it with smeltable items, e.g. coal, wood, lava buckets. Each minecraft-item you can
Open the leftmost terminal on your turtle and type refuel x with fuel in the turtle's selected slot, replacing x with the amount of fuel
WASDto move forwards, backwards, and turn. (commands:mfmbtltr)SpaceandShiftto move up and down. (commands:mumd)R,FandVto dig up, forwards, and down respectively. (commands:dudfdd)T,GandCto use/place up, forwards, and down respectively. (commands:pupfpd)Tabto enter a command manually.Enterto repeat the last command.
- All the commands specified above
digwill dig a 1x2 tunnel until told to stop, using blocks to build bridges if necessary.dig3x2will dig a 3x2 tunnel until told to stop, using blocks to build if necessary. Due to having to rotate a lot, is substantially slower.stopwill stop any currently running task. (Note that any new command sent will also just overwrite the previously running command)
If your turtle isn't moving, try the following:
- Make sure to turn the turtle ON each time after placing it!
- Make sure you have fuelled the turtle
- Make sure the name of the turtle matches the name you are using with
ctl - Ensure both devices have a wireless modem attached
- Be sure that you have installed the program on both your turtle and phone