public static final int ySize = 166;
private ResourceLocation guiTexture = new ResourceLocation("extracells", "textures/gui/fluidcrafter.png");
public GuiFluidCrafter(InventoryPlayer player, IInventory tileentity)
{
super(new ContainerFluidCrafter(player, tileentity));
}