Advertisement
Wassaa

args

Feb 4th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.75 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 15000
  9. #enderchest on 16
  10. enderChest 16
  11.  
  12. #I always want maxTries to be really large, I don't like logging mining runs, and I want more than twice the fuel necessary
  13. #I can do multiple parameters on one line if I use dashes
  14. -fuelMultiplier 1.2 -rednet false -sendChannel 11 -receiveChannel 11 -oreQuarry t -blacklist bl -dim 32 32 70 -invert false
  15. #I also want to prompt whether to do an oreQuarry or not
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement