Posted 21 December 2015 - 06:09 PM
Hey guys, I'm currently working on a turtle quarry script, one that mines 3 blocks per move to be specific.
I had it close to working perfectly at one point, but I guess I messed up majorly on a recent change and now I can't find where the problem is.
Here's my code so far
The problem I'm having is that sometimes when unloading, it won't properly return to the spot it was mining, and will start going off in different directions. You can provoke this by putting an item in slot 16 while the turtle is mining. I'm guessing the bug is probably somewhere in my goTo funtion, but I swear I've checked and double-checked it all and I can't find it. I hope getting a second set of eyes in on this issue will help get it resolved.
I had it close to working perfectly at one point, but I guess I messed up majorly on a recent change and now I can't find where the problem is.
Here's my code so far
The problem I'm having is that sometimes when unloading, it won't properly return to the spot it was mining, and will start going off in different directions. You can provoke this by putting an item in slot 16 while the turtle is mining. I'm guessing the bug is probably somewhere in my goTo funtion, but I swear I've checked and double-checked it all and I can't find it. I hope getting a second set of eyes in on this issue will help get it resolved.
Edited on 21 December 2015 - 05:33 PM