mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-08 20:53:28 +08:00
reset belt speed to default value
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user