private final String label;
private final String feed = LocalizationPlugin.translate("railcraft.gui.feed.station.feed");
public GuiFeedStation(InventoryPlayer playerInv, TileFeedStation tile) {
super(tile, new ContainerFeedStation(playerInv, tile), RailcraftConstants.GUI_TEXTURE_FOLDER + "gui_single_slot.png");
xSize = 176;
ySize = 140;
label = tile.getName();
}