Tweak Time
EnergonRelics/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-07-28 16:50:49 -04:00
parent 0dab2a0004
commit 1740c58262
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class HardcodedConfig {
public static final float INDUSTRIAL_LASER_BEAM_DAMAGE = 1f;
public static final long INDUSTRIAL_LASER_ENERGY_REQUIRED = 58;
public static final int INDUSTRIAL_LASER_BEAM_TIME = 126;
public static final int INDUSTRIAL_LASER_BEAM_TIME = 148;
public static final int INDUSTRIAL_LASER_MIN_INGOTS_FROM_ORE = 1;
public static final int INDUSTRIAL_LASER_MAX_INGOTS_FROM_ORE = 3;
public static final int INDUSTRIAL_LASER_INGOTS_FROM_STORAGE = 9;