Advertisement
argaman

Untitled

Jun 16th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function main()
  2. print("amount:")
  3. local a = tonumber(read())
  4. for i=1,a,1 do
  5. turtle.digDown()
  6. turtle.down()
  7. end
  8. for i=1,a,1 do
  9. turtle.up()
  10. end
  11. end
  12.  
  13. main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement