diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/config/ExopackConfig.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/config/ExopackConfig.kt index ab652e63d..34cb073f7 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/config/ExopackConfig.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/config/ExopackConfig.kt @@ -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")