Massively buff exopack energy storage

This commit is contained in:
DBotThePony 2023-07-08 23:25:26 +07:00
parent 55d56e3efe
commit 2e4cb8b3f9
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") { object ExopackConfig : AbstractConfig("exopack") {
val ENERGY_CAPACITY by builder val ENERGY_CAPACITY by builder
.comment("Internal battery capacity of Exopack") .comment("Internal battery capacity of Exopack")
.defineDecimal("ENERGY_CAPACITY", Decimal(400_000), Decimal.ZERO) .defineDecimal("ENERGY_CAPACITY", Decimal(40_000_000), Decimal.ZERO)
val FURNACE_POWER_CONSUMPTION by builder val FURNACE_POWER_CONSUMPTION by builder
.comment("Power consumed per tick by built in furnace") .comment("Power consumed per tick by built in furnace")