itemConduit = bundle.getConduit(IItemConduit.class);
if(itemConduit != null) {
x = 10;
y = 47;
InventoryFilterUpgrade fi = new InventoryFilterUpgrade(itemConduit, dir, false);
addSlotToContainer(new FilterSlot(fi, 0, x, y, false));
slotLocations.add(new Point(x, y));
x = 10;
y = 47;
fi = new InventoryFilterUpgrade(itemConduit, dir, true);
addSlotToContainer(new FilterSlot(fi, 0, x, y, true));
slotLocations.add(new Point(x, y));
x = 28;
y = 47;