Advertisement
Guest User

startup

a guest
Aug 30th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. while true do
  2. turtle.select(2)
  3. turtle.suckUp()
  4. Anzahl = turtle.getItemCount(2)
  5. turtle.dropUp(Anzahl-1)
  6.  
  7. turtle.select(5)
  8. turtle.suckUp()
  9. Anzahl = turtle.getItemCount(5)
  10. turtle.dropUp(Anzahl-1)
  11.  
  12. turtle.craft()
  13. turtle.dropDown()
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement