Add Redstone And Lapis
EnergonRelics/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-07-29 14:49:14 -04:00
parent ca15223965
commit 08f609e6c4
2 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,8 @@ public class IndustrialLaserRegistry {
}
static {
add(Blocks.REDSTONE_ORE, Items.REDSTONE, Blocks.REDSTONE_BLOCK);
add(Blocks.LAPIS_ORE, Items.LAPIS_LAZULI, Blocks.LAPIS_BLOCK);
add(Blocks.COAL_ORE, Items.COAL, Blocks.COAL_BLOCK);
add(Blocks.IRON_ORE, Items.IRON_INGOT, Blocks.IRON_BLOCK);
add(Blocks.GOLD_ORE, Items.GOLD_INGOT, Blocks.GOLD_BLOCK);

View File

@ -38,7 +38,7 @@ public class HardcodedConfig {
public static final long INDUSTRIAL_LASER_ENERGY_REQUIRED = 58;
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 = 4;
public static final int INDUSTRIAL_LASER_MAX_INGOTS_FROM_ORE = 6;
public static final int INDUSTRIAL_LASER_INGOTS_FROM_STORAGE = 9;
public static final long HOLOGRAPHIC_SKY_ENERGY_REQUIRED = 15;