Initial commit
This commit is contained in:
25
overrides/config/pollutantpump.cfg
Normal file
25
overrides/config/pollutantpump.cfg
Normal file
@@ -0,0 +1,25 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
# The amount of energy the pump will use per tick
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:pumpEnergyUse=50
|
||||
|
||||
# The max amount of energy the pump will hold
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:pumpMaxEnergyStorage=10000
|
||||
|
||||
# The range from the top pipe that pollution will be sucked from
|
||||
# Min: 1
|
||||
# Max: 2147483647
|
||||
I:pumpRange=5
|
||||
|
||||
# The time in ticks between each pollutant block the pump tries to suck up
|
||||
# Min: 1
|
||||
# Max: 2147483647
|
||||
I:pumpWorkRate=60
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user