Increase electrolyser energy storage

This commit is contained in:
modmuss50 2018-03-26 15:53:03 +01:00
parent 63b3e68d01
commit 8886331f8b
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82

View file

@ -52,7 +52,7 @@ public class TileIndustrialElectrolyzer extends TilePowerAcceptor
@ConfigRegistry(config = "machines", category = "industrial_electrolyzer", key = "IndustrialElectrolyzerMaxInput", comment = "Industrial Electrolyzer Max Input (Value in EU)")
public static int maxInput = 128;
@ConfigRegistry(config = "machines", category = "industrial_electrolyzer", key = "IndustrialElectrolyzerMaxEnergy", comment = "Industrial Electrolyzer Max Energy (Value in EU)")
public static int maxEnergy = 1000;
public static int maxEnergy = 10000;
// @ConfigRegistry(config = "machines", category = "industrial_electrolyzer", key = "IndustrialElectrolyzerWrenchDropRate", comment = "Industrial Electrolyzer Wrench Drop Rate")
public static float wrenchDropRate = 1.0F;