Bump default cable throughput once again
This commit is contained in:
parent
537620ba6c
commit
43eb2b7ac8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user