Increase blast furnace energy storage
This commit is contained in:
parent
841cf2fc65
commit
cf58eb2948
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class TileIndustrialBlastFurnace extends TileGenericMachine implements IC
|
||||||
@ConfigRegistry(config = "machines", category = "industrial_furnace", key = "IndustrialFurnaceMaxInput", comment = "Industrial Blast Furnace Max Input (Value in EU)")
|
@ConfigRegistry(config = "machines", category = "industrial_furnace", key = "IndustrialFurnaceMaxInput", comment = "Industrial Blast Furnace Max Input (Value in EU)")
|
||||||
public static int maxInput = 128;
|
public static int maxInput = 128;
|
||||||
@ConfigRegistry(config = "machines", category = "industrial_furnace", key = "IndustrialFurnaceMaxEnergy", comment = "Industrial Blast Furnace Max Energy (Value in EU)")
|
@ConfigRegistry(config = "machines", category = "industrial_furnace", key = "IndustrialFurnaceMaxEnergy", comment = "Industrial Blast Furnace Max Energy (Value in EU)")
|
||||||
public static int maxEnergy = 10_000;
|
public static int maxEnergy = 40_000;
|
||||||
|
|
||||||
public MultiblockChecker multiblockChecker;
|
public MultiblockChecker multiblockChecker;
|
||||||
private int cachedHeat;
|
private int cachedHeat;
|
||||||
|
|
Loading…
Reference in a new issue