This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
setzer_bomb's profile picture

APMT - Almost Persistent Mining Turtle

Started by setzer_bomb, 13 July 2018 - 04:51 PM
setzer_bomb #1
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.
Edited on 14 July 2018 - 07:19 PM
Bomb Bloke #2
Posted 14 July 2018 - 03:04 AM
There are a few projects around the place that'll let users install from GitHub directly within ComputerCraft. For example, using my own BBPack:

pastebin get cUYTGbpb bbpack
bbpack mount https://github.com/setzerbomb/apmt/tree/master install
cp install\turtle turtle
mv turtle\startup startup
reboot
setzer_bomb #3
Posted 14 July 2018 - 04:00 PM
Many thanks Mr. Bomb, I was impressed to know that it was possible to make a clone of a Github repository straight from Turtle, always get amazed at how many good developers this community has.

The program was updated to a more stable version

APMT - 1.1.1

Improvements in this version:

- Added support to ender chests
- Fixed bug that was creating infinite loops when turtle fuel is empty
- Minor bug fixes

Note: This code uses a custom gps program that derives from the neonerZ version, you can find it at gps folder. To set up just execute the deploy.lua script