so i was messing around with turtles, i wrote a simple test :
function MoveOn() turtle.forward() if turtle.detect() then turtle.turnLeft() end end function Farm() MoveOn() if turtle.compareDown() then turtle.digDown() end end turtle.select(16) while true do Farm() end
now i put a wheat in slot 16, but it is not farming it :/
i was trying to find out what's wrong so i tried the same with a digging turtle, and i put dirt in slot 16 and some on the turtle's way, it worked, so i'm confused..
help me out please, what am i doing wrong?












