Guest User

startup

a guest
Jan 12th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1.  
  2. while true do
  3.   turtle.select(1)
  4.   for i = 1,9 do
  5.     turtle.suckUp()
  6.   end
  7.  
  8.   for i = 1,9 do
  9.     turtle.select(i)
  10.     turtle.dropDown()
  11.   end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment