Skip to content

Instantly share code, notes, and snippets.

@shadowfacts
Created October 11, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shadowfacts/960f9ae67ff98df47ce2 to your computer and use it in GitHub Desktop.
Save shadowfacts/960f9ae67ff98df47ce2 to your computer and use it in GitHub Desktop.
Default YeOldeTanks config file
# Configuration file
general {
# Automatically output to the bottom [default: true]
B:autoOutputBottom=true
# The capacity of the barrel in milibuckets [range: 0 ~ 2147483647, default: 55000]
I:barrelCapacity=55000
# Can the barrel be drained from any side.
# By default, it can only be drained from the bottom [default: false]
B:drainFromAnySide=false
# Can the barrel be filled from any side.
# By default, it can only be filled from the top if the lid is off. [default: false]
B:fillFromAnySide=false
# Render the fluid contained in the barrel [default: true]
B:renderFluid=true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment