Add missing Fluid Terminal localization (#428)

This commit is contained in:
zeng-git
2024-05-16 17:07:12 +08:00
committed by GitHub
parent e8a186df60
commit b2b21eae41
4 changed files with 4 additions and 1 deletions
@@ -97,6 +97,7 @@ public enum GuiText {
RedstoneTunnel,
EUTunnel,
FluidTunnel,
FluidTerminal,
OCTunnel,
LightTunnel,
FETunnel,
@@ -127,7 +127,7 @@ public class GuiFluidTerminal extends AEBaseMEGui implements ISortSource, IConfi
@Override
public void drawFG(int offsetX, int offsetY, int mouseX, int mouseY) {
this.fontRenderer.drawString(this.getGuiDisplayName("Fluid Terminal"), 8, 6, 4210752);
this.fontRenderer.drawString(GuiText.FluidTerminal.getLocal(), 8, 6, 4210752);
this.fontRenderer.drawString(GuiText.inventory.getLocal(), 8, this.ySize - 96 + 3, 4210752);
}