Fixed texture issue for the crafting window.

This commit is contained in:
Gunther De Wachter 2017-06-24 16:50:26 +02:00
parent 1a4db4b8d7
commit c74aaddbd3
2 changed files with 1 additions and 1 deletions

View file

@ -148,7 +148,7 @@ public class GuiCraftAmount extends AEBaseGui
{
this.next.displayString = isShiftKeyDown() ? GuiText.Start.getLocal() : GuiText.Next.getLocal();
this.bindTexture( "guis/craftAmt.png" );
this.bindTexture( "guis/craft_amt.png" );
this.drawTexturedModalRect( offsetX, offsetY, 0, 0, this.xSize, this.ySize );
try