Initial commit

This commit is contained in:
Jacob Vinding
2025-12-27 06:09:19 +01:00
commit 79dfa3a57a
1315 changed files with 139645 additions and 0 deletions

View 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
}