sleep_delay = 1.8

while true do
  turtle.dig()
  turtle.dropDown()
  os.sleep(sleep_delay)
end
