rename 9 slot fluid interface texture

This commit is contained in:
PrototypeTrousers
2022-11-11 20:51:22 -03:00
parent 16ccb2ee46
commit de324aad91
2 changed files with 1 additions and 1 deletions
@@ -86,7 +86,7 @@ public class GuiFluidInterface extends GuiUpgradeable implements IConfigManagerH
@Override
public void drawBG(int offsetX, int offsetY, int mouseX, int mouseY) {
this.bindTexture("guis/interfacefluid.png");
this.bindTexture("guis/interfacefluidextendedlife.png");
this.drawTexturedModalRect(offsetX, offsetY, 0, 0, this.xSize, this.ySize);
}