Massively buff exopack energy storage
This commit is contained in:
parent
55d56e3efe
commit
2e4cb8b3f9
@ -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(400_000), Decimal.ZERO)
|
||||
.defineDecimal("ENERGY_CAPACITY", Decimal(40_000_000), Decimal.ZERO)
|
||||
|
||||
val FURNACE_POWER_CONSUMPTION by builder
|
||||
.comment("Power consumed per tick by built in furnace")
|
||||
|
Loading…
Reference in New Issue
Block a user