Pull back power output on Thermal gen as I made it a bit too much last commit. Now 16
This commit is contained in:
parent
bc1e2ca7eb
commit
5a9349ced4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class TileThermalGenerator extends TileBaseFluidGenerator implements ICon
|
|||
@ConfigRegistry(config = "generators", category = "thermal_generator", key = "ThermalGeneratorTankCapacity", comment = "Thermal Generator Tank Capacity")
|
||||
public static int tankCapacity = 10_000;
|
||||
@ConfigRegistry(config = "generators", category = "thermal_generator", key = "ThermalGeneratorEnergyPerTick", comment = "Thermal Generator Energy Per Tick (Value in EU)")
|
||||
public static int energyPerTick = 32;
|
||||
public static int energyPerTick = 16;
|
||||
|
||||
public TileThermalGenerator() {
|
||||
super(EFluidGenerator.THERMAL, "TileThermalGenerator", tankCapacity, energyPerTick);
|
||||
|
|
Loading…
Reference in a new issue