Files
Jacob Vinding 1c991e905d Initial
2025-12-27 00:06:47 +01:00

28 lines
542 B
INI

# Configuration file
etlunar {
multiblocks {
lunar_array {
# Is Module Enabled? [default: true]
B:enabled=true
# The power used to calculate increase in generation for each lunar tier [range: 1.6 ~ 3.2, default: 2.0]
D:s_production_power=2.0
# Base production rate if lunar was running at 100% efficiency.[default: 128]
I:s_production_rate=128
}
}
guide {
# Is Module Enabled? [default: true]
B:enabled=true
}
}