Advertisement
GRxRedZero

Untitled

Apr 23rd, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. os.getComputerID()
  2. while true do
  3. turtle.select(1)
  4. if turtle.compare() then
  5. turtle.dig()
  6. end
  7.  
  8.  
  9. for slot = 2,16,1 do
  10. turtle.select(slot)
  11. turtle.dropUp()
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement