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 15000
- #enderchest on 16
- enderChest 16
- #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
- -fuelMultiplier 1.2 -rednet false -sendChannel 11 -receiveChannel 11 -oreQuarry t -blacklist bl -dim 32 32 70 -invert false
- #I also want to prompt whether to do an oreQuarry or not
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement