for i=1,32 do
  turtle.digDown()
  turtle.placeDown()
  for i=1,12 do
    while not turtle.back() do
      sleep(1)
    end
  end
end    
