Hi, so so far I've got a queue that holds two types of items: 1 and 2. I want to either make the queue push items with a matching type as the last sent (say if the last sent was a type 1 item, if there are any more item 1 types send those before), or make the processor after it prioritise items with the same time as the last it has just processed (if it has just processed type 1 then grab another type 1). There is a conveyor between both resources. Thanks!!