Advertisement
Guest User

Untitled

a guest
Jul 11th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function compress()
  2. slots = [1, 2, 3, 5, 6, 7, 9, 10, 11]
  3. for (i = 1, 9) do
  4. turtle.select(slots[i])
  5. turtle.suck()
  6. end
  7. turtle.craft()
  8. turtle.drop()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement