public GuiBasicFilteringHopper(InventoryPlayer inventory, TileEntityFilteringHopper tile) {
   super(new ContainerFilteringHopper(inventory, tile));
   hopper = tile;
   if (tile.isFilter())
     backGround = new ResourceLocation(Utils.getGUITexture(Strings.BASIC_FILTERING_HOPPER_NAME));
   else {
     ySize = 133;
     backGround = new ResourceLocation("textures/gui/container/hopper.png");
   }
 }