belongs under misc
This commit is contained in:
@@ -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>();
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user