init
This commit is contained in:
commit
a956daf8e2
2351 changed files with 163047 additions and 0 deletions
28
config-overrides/expert/gtmutils.yaml
Normal file
28
config-overrides/expert/gtmutils.yaml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
features:
|
||||
# Whether the Sterile Cleaning Maintenance Hatch is enabled.
|
||||
sterileHatchEnabled: true
|
||||
|
||||
# Whether the 64A energy converters are enabled.
|
||||
converters64aEnabled: false
|
||||
|
||||
# Whether the Omni-breaker is enabled.
|
||||
omnibreakerEnabled: true
|
||||
|
||||
# What tier the Omni-breaker is, if enabled. (ULV = 0, LV = 1, MV = 2, ...)
|
||||
# (Unless the default recipe is overridden, can only support LV to IV!)
|
||||
omnibreakerTier: 5
|
||||
|
||||
# The energy capacity of the Omni-breaker.
|
||||
omnibreakerEnergyCapacity: 40960000
|
||||
|
||||
# Whether the Power-Transfer Einstein-Rosen Bridge is enabled.
|
||||
pterbEnabled: true
|
||||
|
||||
# Base amount of PTERB coolant to drain every second.
|
||||
# (Setting both this amount and the IO multiplier to 0 disables the coolant mechanic.)
|
||||
pterbCoolantBaseDrain: 4
|
||||
|
||||
# Multiplier over IO amount for additional coolant drain.
|
||||
# (Setting both this and the base drain amount to 0 disables the coolant mechanic.)
|
||||
pterbCoolantIOMultiplier: 5.0E-6
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue