The FTB Forum is now read-only, and is here as an archive.
To participate in our community discussions, please join our Discord! https://ftb.team/discord
Use this code with a turtle:
while true do
turtle.placeUp()
sleep(300)
turtle.digUp()
end
this is for having a turtle under the spot you want the bean planeted, this can also be used with a row of turtles and coco beans above them.