This commit is contained in:
Jacob Vinding
2025-12-26 23:36:50 +01:00
commit 44b79588a3
2778 changed files with 418761 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Configuration file
general {
# Amount of energy the battery can store
# Min: 1
# Max: 2147483647
I:battery_tier_1_capacity=100000
# Transfer limit into the battery
# Min: 1
# Max: 2147483647
I:battery_tier_1_input=10000
# Transfer limit out of the battery
# Min: 1
# Max: 2147483647
I:battery_tier_1_output=10000
}