The "while turtle.compareDown() do" does not seem to work with wheat.
I have tested it by putting a dirt block in slot one and placing a dirt block
in the path of the turtle and it detects it, but doing the same with wheat and the turtle does not
recognise it.
Is this a bug ?
function farmWheat() lastBlock = 1 turtle.select(1) repeat turtle.forward() if turtle.detectDown() then while turtle.compareDown() do turtle.digDown() turtle.suckDown() end end lastBlock = lastBlock + 1 until lastBlock == 19 end
Thanks in advance












