Advertisement
svemat01

16x16

Oct 22nd, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # Starting a line with a single pound sign (hashtag) denotes a comment
  2. # You can have comments anywhere, but they don't work at the end of parameter lines
  3.  
  4. #This file will be a "basic" file that holds all the things I like to change as default
  5.  
  6. #I want my turtles to always refuel themselves when done, but only to about half max
  7. doRefuel true
  8. maxFuel 20000
  9.  
  10. #I prefer to always have a chest below
  11. chest top
  12.  
  13. rednet true
  14.  
  15. startY 100
  16.  
  17. #I always want maxTries to be really large, I don't like logging mining runs, and I want more than twice the fuel necessary
  18. #I can do multiple parameters on one line if I use dashes
  19.  
  20.  
  21. #I also want to prompt whether to do an oreQuarry or not
  22. invert false
  23. dim 31 32 100
  24.  
  25. #Now when you run this it will ask you "Ore Quarry?" just like it asks you "Invert?" or "Length?"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement