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") {
|
object CablesConfig : AbstractConfig("cables") {
|
||||||
enum class E(throughput: Decimal) {
|
enum class E(throughput: Decimal) {
|
||||||
CRUDE(Decimal(320)),
|
CRUDE(Decimal(1024)),
|
||||||
REGULAR(Decimal(4096)),
|
REGULAR(Decimal(8192)),
|
||||||
ADVANCED(Decimal(20480)),
|
ADVANCED(Decimal(40960)),
|
||||||
SUPERCONDUCTOR(Decimal.POSITIVE_INFINITY);
|
SUPERCONDUCTOR(Decimal.POSITIVE_INFINITY);
|
||||||
|
|
||||||
init {
|
init {
|
||||||
|
Loading…
Reference in New Issue
Block a user