Skip to content

Commit

Permalink
Increase the generation rate of the crystal resonance generator to 20…
Browse files Browse the repository at this point in the history
… AE/t (#7776)
  • Loading branch information
shartte authored Mar 19, 2024
1 parent 01813c0 commit 170b84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/appeng/core/AEConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ public CommonConfig(ConfigSection root) {
powerUsageMultiplier = PowerRatios.addDouble("UsageMultiplier", 1.0, 0.01, Double.MAX_VALUE);
gridEnergyStoragePerNode = PowerRatios.addDouble("GridEnergyStoragePerNode", 25, 1, 1000000,
"How much energy can the internal grid buffer storage per node attached to the grid.");
crystalResonanceGeneratorRate = PowerRatios.addDouble("CrystalResonanceGeneratorRate", 5, 0, 1000000,
crystalResonanceGeneratorRate = PowerRatios.addDouble("CrystalResonanceGeneratorRate", 20, 0, 1000000,
"How much energy a crystal resonance generator generates per tick.");

ConfigSection Condenser = root.subsection("Condenser");
Expand Down

0 comments on commit 170b84f

Please sign in to comment.