MaLittlePwny

Untitled

Sep 20th, 2015
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. for i=1,11 do
  2. if (i != 8) or (i != 4) do
  3. turtle.select(i)
  4. while turtle.getItemCount(i) == 0 do
  5.  
  6. turtle.suck()
  7. turtle.drop(turtle.getItemCount(i)-1)
  8. end
  9. end
  10. end
  11. turtle.select(1)
  12. turtle.craft(1)
  13. turtle.dropUp(1)
Advertisement
Add Comment
Please, Sign In to add comment