ComputerCraft Forums

ComputerCraft => Ask a Pro => Topic started by: Ninjajake725 on Apr 29, 2025, 10:50 AM

Title: Help with Mine and Refuel
Post by: Ninjajake725 on Apr 29, 2025, 10:50 AM
Hello fellow miners, I am very new to CC and have no programming experience so all this is very much out of my depth. I am looking to make a program where the mining turtle will keep mining a 2x2x2 tunnel as far as it can go but auto refuel to a specfic location. (I have a GPS tower set up but am not sure how to translate this into getting the turtle to go to a specfic coord or if there is just an easier way of sending turtle back to start location).

I'm assuming I will have to write a digging program , but add an If statement that if its low on fuel to retun home and refuel before carry on digging. I just dont really know how to combine everything together or make it go home! Any help would be much appreciated!