DigitTextField textFieldPriority;
private ResourceLocation guiTexture = new ResourceLocation("extracells", "textures/gui/storagebusfluid.png");
public GuiBusFluidStorage(World world, IInventory inventory, TileEntityBusFluidStorage tileentity)
{
super(new ContainerBusFluidStorage(inventory, tileentity.getInventory()));
this.world = world;
this.tileentity = tileentity;
}