belongs under misc

This commit is contained in:
Raoul Van den Berge
2015-12-12 21:51:28 +01:00
parent 86c487283c
commit 38ec0ce004
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ public class GuiController extends GuiContainer {
fontRendererObj.drawString(StatCollector.translateToLocal("gui.storagecraft:controller"), x + 7, y + 7, 4210752);
fontRendererObj.drawString(StatCollector.translateToLocal("container.inventory"), x + 7, y + 96, 4210752);
fontRendererObj.drawString(String.format(StatCollector.translateToLocal("gui.storagecraft:controller.energyUsage"), controller.getEnergyUsage()), x + 45, y + 24, 4210752);
fontRendererObj.drawString(String.format(StatCollector.translateToLocal("misc.storagecraft:energyUsage"), controller.getEnergyUsage()), x + 45, y + 24, 4210752);
if (mouseX >= barX && mouseX <= barX + barWidth && mouseY >= barY && mouseY <= barY + barHeight) {
List<String> lines = new ArrayList<String>();

View File

@@ -1,11 +1,11 @@
itemGroup.storagecraft=StorageCraft
gui.storagecraft:controller=Controller
gui.storagecraft:controller.energyUsage=Energy Usage: %d RF/t
gui.storagecraft:grid=Grid
gui.storagecraft:drive=Drive
misc.storagecraft:energyStored=%d / %d RF
misc.storagecraft:energyUsage=Energy Usage: %d RF/t
block.storagecraft:controller.name=Controller
block.storagecraft:cable.name=Cable