I’m looking for a specific functionality (if it already exists, please advise):
My aim is to have a storage container that will contain one of each item that will refill if I remove said item from the container. To do this, I would need to specify a filter for an inventory slot of the container as well as a switch that tells the container to output any input it cannot fit inside. I don’t want an infinite storage, just the option to set what goes where and to scrap the excess after it has been processed.
Does this exist? Is it hard to do?
Thanks!