public class GuiFabricator extends GuiForestryTitled<MachineFabricator> {
public GuiFabricator(InventoryPlayer player, MachineFabricator tile) {
super(Defaults.TEXTURE_PATH_GUI + "/fabricator.png", new ContainerFabricator(player, tile), tile);
this.ySize = 211;
widgetManager.add(new ReservoirWidget(this.widgetManager, 26, 48, 0));
}