Liraal, on 04 March 2012 - 02:24 PM, said:
Well Espen, I already implemented a digSlot function in the API. But that's for diamond mining

/>
I hope I'm not derailing this topic too much by asking this, but I took a look at your
digSlot() function and I have to say I'm a bit confused.
If you e.g. use
digSlot(5) but the turtle digs a block that increases
another Slot, e.g. Slot 3, then
digSlot() will drop what's in Slot 3 and return
true.
Whereas if it would've dug a block that actually increased Slot 5, then it would return
false?
So is
digSlot(slotnumber) supposed to return
true if the turtle
didn't mine a block in '
slotnumber', but return
false if it
did? *headscratch*
If that is what's actually happening and if this also is the intended behavior, then could you perhaps explain what exactly the
digSlot() is supposed to do?
I hope you don't mind, it's just that I'm confused and curious at the same time.^^