Bump default cable throughput once again

This commit is contained in:
DBotThePony 2025-02-11 21:22:33 +07:00
parent 537620ba6c
commit 43eb2b7ac8
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -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 {