Advertisement
skypop

CC dig

Aug 19th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Dig
  2. -- by SukaiPoppuGo
  3. --
  4. -- As tunnel program, digging 4 blocks high gallery and way back
  5. --
  6.  
  7. local arg = {...}
  8.  
  9. shell.run("tunnel", unpack(arg))
  10.  
  11. for i=1,2 do
  12.     turtle.digDown()
  13.     turtle.down()
  14.     turtle.turnLeft()
  15. end
  16.  
  17. shell.run("tunnel", unpack(arg))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement