Advertisement
raphael76280

Untitled

Aug 6th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. while true do
  2. if (turtle.detect() = true) then
  3. turtle.turnLeft()
  4. end
  5. if (turtle.detect() = false) then
  6. turtle.turnLeft()
  7. turtle.turnLeft()
  8. end
  9.  
  10. turtle.turnLeft()
  11. turtle.select(2)
  12. turtle.suck(1)
  13. turtle.turnRight()
  14. turtle.turnRight()
  15. turtle.select(3)
  16. turtle.suck(1)
  17. turtle.turnLeft()
  18.  
  19. if (turtle.getItemCount(2) > 1) then
  20. if (turtle.getItemCount(3) > 1) then
  21. turtle.craft(1)
  22. turtle.drop()
  23. print("Hamburger finit !")
  24. end
  25. end
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement