Update GT_GUIContainer_4by4.java

This commit is contained in:
Antifluxfield 2017-06-30 06:09:28 +08:00 committed by GitHub
parent a2bd69d2da
commit 94bf4937d8

View file

@ -13,6 +13,11 @@ public class GT_GUIContainer_4by4 extends GT_GUIContainerMetaTile_Machine {
super(new GT_Container_4by4(aInventoryPlayer, aTileEntity), RES_PATH_GUI + "4by4.png");
mName = aName;
}
public GT_GUIContainer_4by4(InventoryPlayer aInventoryPlayer, IGregTechTileEntity aTileEntity, String aName, String aBackground) {
super(new GT_Container_4by4(aInventoryPlayer, aTileEntity), RES_PATH_GUI + aBackground + "4by4.png");
mName = aName;
}
@Override
protected void drawGuiContainerForegroundLayer(int par1, int par2) {