Advertisement
blacke00

testInv

Nov 24th, 2012
2,447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. sleep(3)
  2. turtle.select(16)
  3. turtle.placeUp()
  4.  
  5. for i = 1,15 do
  6.   turtle.select(i)
  7.   turtle.dropUp()
  8.   end
  9. turtle.select(16)
  10.  
  11. turtle.digUp()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement