Stravides

temp

Jul 10th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. while turtle.getItemCount(16) ~= 0 do
  2. turtle.select(16)
  3. turtle.place()
  4. end
  5. local engineer = peripheral.wrap("front")
  6. while turtle.getItemCount(1) == 0 do
  7. engineer.turnOn()
  8. turtle.select(1)
  9. while not turtle.suck() do
  10. sleep(3)
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment