Sectly_Playz

Auto Cobbel Stone Farm

Mar 28th, 2021 (edited)
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.48 KB | None | 0 0
  1. print("Sup, Made By TEC_NO!")
  2. sleep(1)
  3. shell.run('clear')
  4. print("Dan The Auto Cobblestone Miner, Made By TEC_NO!")
  5. os.setComputerLabel("Dan The Miner, Made By TEC_NO!")
  6. label = ("Dan The Miner, Made By TEC_NO!")
  7.  
  8. while true do
  9. if turtle.detectDown() then
  10. turtle.digDown()
  11. for i = 1, 16 do
  12.   if i ~= nil then
  13.     turtle.select(i)
  14.     turtle.drop()
  15.   end
  16. end
  17. print("Mined Detected Block, Made By TEC_NO!")
  18. else
  19. print("No Block Detected, Made By TEC_NO!")
  20. end
  21. sleep(0.048)
  22. end
Advertisement
Add Comment
Please, Sign In to add comment