Posted 03 April 2012 - 02:56 AM
I attempted to use turtles to harvest and then plant crops. They seemd to harvest the crops, and seeds, just fine using turtle.dig(). However, I'm having trouble with them replanting new seeds. The problems I encountered were that if the turtle moves into the area one block above the tilled soil (groundlevel), the soil becomes untiled. So to counter that, I tried to make the turtle move two blocks above ground level and then tried turtleplaceDown() which didn't work. So then I tried having the turtle move to the side of the block, one block above ground level turn to face the block and then plant, which also didn't work.
My question: Are turtles capable of planting crops?
My question: Are turtles capable of planting crops?