reset belt speed to default value

This commit is contained in:
2023-09-02 13:06:50 +08:00
parent 4402e48d15
commit 74142eeaeb
+1 -1
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;