Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Starting a line with a single pound sign (hashtag) denotes a comment
- # You can have comments anywhere, but they don't work at the end of parameter lines
- #This file will be a "basic" file that holds all the things I like to change as default
- #I want my turtles to always refuel themselves when done, but only to about half max
- doRefuel true
- maxFuel 20000
- #I prefer to always have a chest below
- chest top
- rednet true
- startY 100
- #I always want maxTries to be really large, I don't like logging mining runs, and I want more than twice the fuel necessary
- #I can do multiple parameters on one line if I use dashes
- #I also want to prompt whether to do an oreQuarry or not
- invert false
- dim 31 32 100
- #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