Skip to content

Commit

Permalink
Fix plural attack damage material stats getting shown as Full Durabil…
Browse files Browse the repository at this point in the history
…ity in NEI
  • Loading branch information
squeek502 committed Jan 2, 2015
1 parent dd4e165 commit 277a940
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -129,7 +129,7 @@ public void drawExtras (int recipe)
}
else
{
GuiDraw.drawString(StatCollector.translateToLocal("gui.partcrafter11") + crecipe.material.attack / 2F + heart, 35, 70, 0x404040, false);
GuiDraw.drawString(StatCollector.translateToLocal("gui.partcrafter10") + crecipe.material.attack / 2F + heart, 35, 70, 0x404040, false);
}
int abilityY = 85;
if (crecipe.material.reinforced > 0)
Expand Down

0 comments on commit 277a940

Please sign in to comment.