public static final int ySize = 166;
private ResourceLocation guiTexture = new ResourceLocation("extracells", "textures/gui/hardmedrive.png");
public GuiHardMEDrive(InventoryPlayer inventory, TileEntityHardMEDrive tileentity)
{
super(new ContainerHardMEDrive(inventory, tileentity));
}