Files
meatballcraft/config/fluiddrawers.cfg
T
2024-10-22 15:32:10 -07:00

19 lines
528 B
INI

# Configuration file
general {
# The base capacity, in millibuckets (mB), of a basic storage tank (without a capacity downgrade).
# Min: 1
# Max: 2147483647
I:baseCapacity=96000
# The base capacity, in millibuckets (mB), of a basic storage tank with a capacity downgrade installed.
# Min: 1
# Max: 2147483647
I:baseCapacityDowngraded=1000
# Whether fluid names should be shown or not when drawers have the quantity display enabled via a quantify key.
B:quantifyShowsFluidName=true
}