Posted 24 February 2017 - 10:27 PM
So I have recently been developing a turtle mining program.
It has a GUI, it detects gravel and places cobblestone beneath it if there is no block underneath it
you are supposed to be able to toggle the ability to place torches, set the mining distance, return back once finished and toggle the height of the tunnel to 2 or 3.
However, that last part isn't working.
It doesn't place torches, the tunnel height is working, but the turtle just keeps mining for as long as it has fuel.
I have spent hours trying to find the problem, and nothing I do is working.
If anyone can help me with this, that would be greatly appreciated.
My program is on GitHub Right now, you can get it from here:
https://github.com/MAK064/ComputerCraft-Library/blob/master/turtleminer
Thanks in advance!
It has a GUI, it detects gravel and places cobblestone beneath it if there is no block underneath it
you are supposed to be able to toggle the ability to place torches, set the mining distance, return back once finished and toggle the height of the tunnel to 2 or 3.
However, that last part isn't working.
It doesn't place torches, the tunnel height is working, but the turtle just keeps mining for as long as it has fuel.
I have spent hours trying to find the problem, and nothing I do is working.
If anyone can help me with this, that would be greatly appreciated.
My program is on GitHub Right now, you can get it from here:
https://github.com/MAK064/ComputerCraft-Library/blob/master/turtleminer
Thanks in advance!