Could you explain this a bit further please. I can get it to work and don't know what you mean by "return different IItemHandler implementations".
Should I create my own ItemStackHandler that lets you only extract from slot 1?
Hey,
I updated my mod now to use the ItemStackHandler with the capability API and it works great.
My problem is: How can I set the in and output (for hoppers) for the items of my machine with the ItemStackHandler. So: EnumFacing.DOWN -> Extract from slot 1, All other sides -> Insert into slot 0