Build #72
This commit is contained in:
parent
4cce5df0f6
commit
8472417e5b
3 changed files with 4 additions and 1 deletions
|
@ -1 +1 @@
|
|||
71
|
||||
72
|
||||
|
|
1
info.txt
1
info.txt
|
@ -64,3 +64,4 @@ x AssemblyLine_v0.2.4.64.jar AssemblyLine_v0.2.4.64_api.zip
|
|||
@ AssemblyLine_v0.2.5.69.jar AssemblyLine_v0.2.5.69_api.zip
|
||||
@ AssemblyLine_v0.2.5.70.jar AssemblyLine_v0.2.5.70_api.zip
|
||||
@ AssemblyLine_v0.2.5.71.jar AssemblyLine_v0.2.5.71_api.zip
|
||||
@ AssemblyLine_v0.2.5.72.jar AssemblyLine_v0.2.5.72_api.zip
|
||||
|
|
|
@ -14,10 +14,12 @@ public class GuiImprinter extends GuiContainer
|
|||
{
|
||||
private int containerWidth;
|
||||
private int containerHeight;
|
||||
private TileEntityImprinter tileEntity;
|
||||
|
||||
public GuiImprinter(InventoryPlayer par1InventoryPlayer, TileEntityImprinter tileEntity)
|
||||
{
|
||||
super(new ContainerImprinter(par1InventoryPlayer, tileEntity));
|
||||
this.tileEntity = tileEntity;
|
||||
this.ySize = 201;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue