Skip to content

Commit

Permalink
Fixed NEI overlay bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDarkDnKTv committed May 7, 2022
1 parent 4dd328e commit b86589f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,5 @@ public void drawExtras(int recipe) {
drawText(30, 80, I18n.format("nei.extras.eu_total", GT_Utility.parseNumberToString(rec.mDuration * rec.mEUt)), 0xFF000000, false);
drawText(30, 90, I18n.format("nei.extras.time", GT_Utility.parseNumberToString(rec.mDuration * 1.0D / 20.0D)), 0xFF000000, false);
drawText(30, 100, I18n.format("nei.extras.eut", GT_Utility.parseNumberToString(rec.mEUt)), 0xFF000000, false);
drawText(30, 110, I18n.format("nei.bender.info.1"), -16777216, false);
drawText(30, 120, I18n.format("nei.bender.info.2"), -16777216, false);
}
}

0 comments on commit b86589f

Please sign in to comment.