Posted 13 July 2018 - 06:51 PM
APMT - Almost Persistent Mining Turtle
Here I'm sharing a old turtle program that I coded some time ago, it's a Mining Turtle with some levels of persistence.
Prerequisites
* Minecraft 1.7.10
* ComputerCraft 1.7.5
* Minecraft Forge compatible with 1.7.10 version
How To Use
1: After cloning the package put the turtle folder at a folder related to turtle on your minecraft world [.minecraft > world > computer > computer_folder]
2: Inside of the turtle folder there is a startup file, put it in the root of your computer_folder
3: Go to the turtle and reboot it with reboot
4: Put some coal and fallow the instructions on the screen
Donwload
For now the code is not on a single file, so you have to clone it on Github. I'll solve this problem as sooner as possible.
Here I'm sharing a old turtle program that I coded some time ago, it's a Mining Turtle with some levels of persistence.
Prerequisites
* Minecraft 1.7.10
* ComputerCraft 1.7.5
* Minecraft Forge compatible with 1.7.10 version
How To Use
1: After cloning the package put the turtle folder at a folder related to turtle on your minecraft world [.minecraft > world > computer > computer_folder]
2: Inside of the turtle folder there is a startup file, put it in the root of your computer_folder
3: Go to the turtle and reboot it with reboot
4: Put some coal and fallow the instructions on the screen
Donwload
For now the code is not on a single file, so you have to clone it on Github. I'll solve this problem as sooner as possible.
Edited on 14 July 2018 - 07:19 PM