Skip to content

Commit

Permalink
Removes voltage and amperage information in NEI for Research Station (G…
Browse files Browse the repository at this point in the history
  • Loading branch information
StaffiX authored Sep 9, 2024
1 parent f72a220 commit abba7f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/tectech/recipe/ResearchStationFrontend.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ protected void drawEnergyInfo(RecipeDisplayInfo recipeInfo) {
GTUtility.formatNumbers(
(1 + (computation - minComputationPerSec) / minComputationPerSec) * eut * ampere * 20)));
recipeInfo.drawText(trans("153", "Usage: ") + GTUtility.formatNumbers(eut * ampere) + " EU/t");
recipeInfo.drawText(trans("154", "Voltage: ") + GTUtility.formatNumbers(eut) + " EU/t");
recipeInfo.drawText(trans("155", "Amperage: ") + GTUtility.formatNumbers(ampere));
recipeInfo
.drawText(translateToLocalFormatted("tt.nei.research.computation", GTUtility.formatNumbers(computation)));
recipeInfo.drawText(
Expand Down

0 comments on commit abba7f7

Please sign in to comment.