Advertisement
charonme

up down swapper

Feb 3rd, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. while true do
  2.     while not turtle.suckUp() do
  3.         os.sleep(2)
  4.     end
  5.     turtle.place()
  6.     os.sleep(500)
  7.     turtle.dig()
  8.     turtle.dropDown()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement