Update GT_GUIContainer_2by2.java
This commit is contained in:
parent
08d45ae407
commit
44ad1bcb96
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ public class GT_GUIContainer_2by2 extends GT_GUIContainerMetaTile_Machine {
|
|||
super(new GT_Container_2by2(aInventoryPlayer, aTileEntity), RES_PATH_GUI + "2by2.png");
|
||||
mName = aName;
|
||||
}
|
||||
|
||||
public GT_GUIContainer_2by2(InventoryPlayer aInventoryPlayer, IGregTechTileEntity aTileEntity, String aName, String aBackground) {
|
||||
super(new GT_Container_2by2(aInventoryPlayer, aTileEntity), RES_PATH_GUI + aBackground + "2by2.png");
|
||||
mName = aName;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void drawGuiContainerForegroundLayer(int par1, int par2) {
|
||||
|
|
Loading…
Reference in a new issue