Guest User

startup

a guest
Jan 14th, 2013
52
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.   turtle.select(1)
  3.   if(turtle.getItemCount(1) >= 2) then
  4. --    turtle.dropDown(1)
  5.     turtle.dropUp(2)
  6.   end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment