private static final ResourceLocation furnaceGuiTextures = new ResourceLocation("textures/gui/container/furnace.png");
private NetherrackFurnaceLogic logic;
public FurnaceGui(InventoryPlayer par1InventoryPlayer, NetherrackFurnaceLogic par2TileEntityFurnace)
{
super(new ContainerFurnace(par1InventoryPlayer, par2TileEntityFurnace));
this.logic = par2TileEntityFurnace;
}