Advertisement
KnightMiner

[CC cfg] command config

Feb 28th, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {
  2. -- list of turtle names
  3. -- format is the name to use for the turtle, then a number, for example: "Miney = 3"
  4. turtles = {
  5. },
  6.  
  7. -- time before canceling when waiting for a response from the turtle
  8. timeout = 5,
  9.  
  10. -- default ID to link to on startup
  11. link = nil,
  12.  
  13. -- whether to allow starting the standalone or now
  14. disableLoop = false,
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement