diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/config/CablesConfig.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/config/CablesConfig.kt index 40559732d..fe5e269e3 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/config/CablesConfig.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/config/CablesConfig.kt @@ -7,9 +7,9 @@ import ru.dbotthepony.mc.otm.core.math.defineDecimal object CablesConfig : AbstractConfig("cables") { enum class E(throughput: Decimal) { - CRUDE(Decimal(320)), - REGULAR(Decimal(4096)), - ADVANCED(Decimal(20480)), + CRUDE(Decimal(1024)), + REGULAR(Decimal(8192)), + ADVANCED(Decimal(40960)), SUPERCONDUCTOR(Decimal.POSITIVE_INFINITY); init {