1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-08 20:13:29 +08:00

reset belt speed to default value

This commit is contained in:
2023-09-02 13:06:50 +08:00
parent 4402e48d15
commit 74142eeaeb

View File

@@ -7,7 +7,7 @@ public struct Cfg
}
public readonly uint[] BeltSpeed = {
2, 5, 10
1, 2, 5
};
public int SorterSpeedMultiplier = 1;
public int SorterPowerConsumptionMultiplier = 1;