public class GuiBottler extends GuiForestryTitled<MachineBottler> {
public GuiBottler(InventoryPlayer inventory, MachineBottler processor) {
super(Defaults.TEXTURE_PATH_GUI + "/bottler.png", new ContainerBottler(inventory, processor), processor);
widgetManager.add(new TankWidget(this.widgetManager, 53, 17, 0));
}