Increase the AESU max power to 16192
This commit is contained in:
parent
3ca9347212
commit
e7715937cf
1 changed files with 2 additions and 2 deletions
|
@ -41,9 +41,9 @@ import techreborn.lib.ModInfo;
|
||||||
public class TileAdjustableSU extends TileEnergyStorage implements IContainerProvider {
|
public class TileAdjustableSU extends TileEnergyStorage implements IContainerProvider {
|
||||||
|
|
||||||
@ConfigRegistry(config = "machines", category = "aesu", key = "AesuMaxInput", comment = "AESU Max Input (Value in EU)")
|
@ConfigRegistry(config = "machines", category = "aesu", key = "AesuMaxInput", comment = "AESU Max Input (Value in EU)")
|
||||||
public static int maxInput = 8192;
|
public static int maxInput = 16192;
|
||||||
@ConfigRegistry(config = "machines", category = "aesu", key = "AesuMaxOutput", comment = "AESU Max Output (Value in EU)")
|
@ConfigRegistry(config = "machines", category = "aesu", key = "AesuMaxOutput", comment = "AESU Max Output (Value in EU)")
|
||||||
public static int maxOutput = 8192;
|
public static int maxOutput = 16192;
|
||||||
@ConfigRegistry(config = "machines", category = "aesu", key = "AesuMaxEnergy", comment = "AESU Max Energy (Value in EU)")
|
@ConfigRegistry(config = "machines", category = "aesu", key = "AesuMaxEnergy", comment = "AESU Max Energy (Value in EU)")
|
||||||
public static int maxEnergy = 100_000_000;
|
public static int maxEnergy = 100_000_000;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue