Advertisement
MisterErwin

Untitled

Jun 25th, 2013
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function dropAll()
  2.   for i = 1, 16, 1 do
  3.     turtle.select(i)
  4.     turtle.drop()
  5.   end
  6. end
  7.  
  8.  
  9. while true do
  10.   if turtle.attack() ~= true then
  11.     dropAll()
  12.   end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement