1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Initial take on belt optimization

This commit is contained in:
tobspr
2020-06-26 13:57:07 +02:00
parent 66eac93460
commit 192d1dbedb
9 changed files with 927 additions and 20 deletions

View File

@@ -51,7 +51,7 @@ export const globalConfig = {
// Belt speeds
// NOTICE: Update webpack.production.config too!
beltSpeedItemsPerSecond: 2,
itemSpacingOnBelts: 0.8,
itemSpacingOnBelts: 0.63,
minerSpeedItemsPerSecond: 0, // COMPUTED
undergroundBeltMaxTilesByTier: [5, 8],