minor
This commit is contained in:
parent
229793faa3
commit
b9f301446c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class WarpDriveConfig
|
||||||
public int PB_MAX_ENERGY_VALUE = 100000;
|
public int PB_MAX_ENERGY_VALUE = 100000;
|
||||||
|
|
||||||
// Mining Laser
|
// Mining Laser
|
||||||
public int ML_MAX_BOOSTERS_NUMBER = 1;
|
public int ML_MAX_BOOSTERS_NUMBER = 1; //unused
|
||||||
public int ML_SCAN_DELAY = 20 * 5;
|
public int ML_SCAN_DELAY = 20 * 5;
|
||||||
public int ML_MINE_DELAY = 10;
|
public int ML_MINE_DELAY = 10;
|
||||||
public int ML_EU_PER_LAYER_SPACE = 500;
|
public int ML_EU_PER_LAYER_SPACE = 500;
|
||||||
|
|
Loading…
Reference in a new issue