Fix reader cap (#810)

pull/752/merge
EmeraldBlock 4 years ago committed by GitHub
parent 366a2a9f58
commit 868f9bc06a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ export class BeltReaderSystem extends GameSystemWithFilter {
throughput = 1 / (averageSpacing / averageSpacingNum);
}
readerComp.lastThroughput = Math.min(30, throughput);
readerComp.lastThroughput = Math.min(globalConfig.beltSpeedItemsPerSecond * 23.9, throughput);
}
}
}

Loading…
Cancel
Save