Advertisement
Guest User

tttreadme

a guest
Aug 21st, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.94 KB | None | 0 0
  1. -- TTT - TURTLE TUBE TRANSPORT
  2. --------------README------------------
  3. ----BASICS--
  4. --The TTT API provides a single
  5. --function and requires 5 inventory
  6. --slots on the turtle.(See Tubes)
  7. --
  8. --This API also rquires having the
  9. --tst API by Lyqyd.
  10. --
  11. ----FUNCTIONS--
  12. --The sole function in the API is the
  13. --startTube() function.
  14. --
  15. --Descripion:
  16. --Starts the turtle on a tube
  17. --No args
  18.  
  19. ----TUBES--
  20. --Tubes are 1x1 passage-ways for
  21. --turtles with special markers
  22. --signifying the type of turn that
  23. --is present.
  24. --
  25. --Turn Markers:
  26. --Anytime the tube turns, you need
  27. --a turn marker to direct the turtle
  28. --using 5 unique blocks as such:
  29. --
  30. --Slot--Direc-
  31. --Num---tion--
  32. -- 1  | Left
  33. -- 2  | Right
  34. -- 3  | Up
  35. -- 4  | Down
  36. -- 5  | EXIT
  37. --
  38. ----EXIT--
  39. --
  40. --Running into the exit block
  41. --takes a turtle out of "tube-mode"
  42. --so that they can continue the task
  43. --they tubed to in order to perform.
  44. --
  45. -----------Good Luck----------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement