Files
meatballcraft/config/TinkerIO.cfg
T
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07:00

25 lines
470 B
INI

# Configuration file
general {
# Fuel consumption rate of Fuel Input Machine.
# (How long will a fuel burn)
# Default: 200
# Min: 1
# Max: 2147483647
I:"Fuel Input Machine Fuel Consumption Rate"=200
# The speed of Smart Output.
# Default: 15
# Min: 1
# Max: 2147483647
I:"Smart Output Speed"=15
# The burn time of Solid Fuel.
# Default: 3200
# Min: 1
# Max: 2147483647
I:"Solid Fuel Burn Time"=3200
}