Add Redstone And Lapis
All checks were successful
EnergonRelics/pipeline/head This commit looks good
All checks were successful
EnergonRelics/pipeline/head This commit looks good
This commit is contained in:
parent
ca15223965
commit
08f609e6c4
@ -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);
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user