mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-02-04 18:22:18 +08:00
reset belt speed to default value
This commit is contained in:
@@ -7,7 +7,7 @@ public struct Cfg
|
|||||||
}
|
}
|
||||||
|
|
||||||
public readonly uint[] BeltSpeed = {
|
public readonly uint[] BeltSpeed = {
|
||||||
2, 5, 10
|
1, 2, 5
|
||||||
};
|
};
|
||||||
public int SorterSpeedMultiplier = 1;
|
public int SorterSpeedMultiplier = 1;
|
||||||
public int SorterPowerConsumptionMultiplier = 1;
|
public int SorterPowerConsumptionMultiplier = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user