Actually, internal energy storage of exopack can be made upgradeable instead of giving it huge capacity by default

This commit is contained in:
DBotThePony 2023-07-09 00:11:23 +07:00
parent db99fb339c
commit 8f450c2058
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -6,7 +6,7 @@ import ru.dbotthepony.mc.otm.core.math.defineDecimal
object ExopackConfig : AbstractConfig("exopack") {
val ENERGY_CAPACITY by builder
.comment("Internal battery capacity of Exopack")
.defineDecimal("ENERGY_CAPACITY", Decimal(40_000_000), Decimal.ZERO)
.defineDecimal("ENERGY_CAPACITY", Decimal(200_000), Decimal.ZERO)
val FURNACE_POWER_CONSUMPTION by builder
.comment("Power consumed per tick by built in furnace")