Need help with a circuit using an item priority list
Posted: Sat Jul 04, 2026 2:26 am
What I'm trying to do:
Have a single assembly machine craft recipes based on 2 variables: A list of end products that are low, and: the set priority of said products. I want to prioritize items to be crafted in a certain order, fulfilling their desired quantity before moving on to the next recipe.
I have 2 constant combinators. 1 of them is my list of desired quantities of end products, multiplied by negative 1. I have that wired up to a decider combinator which compares that value with the actual inventory stockpile and outputs 1 of each item that is low.
The other combinator is the priority list of the desired items, numbered 1 through however many items there are - 1 being the highest priority. How do I pass the priority order through to a selector combinator, but only of the items that are low?
Have a single assembly machine craft recipes based on 2 variables: A list of end products that are low, and: the set priority of said products. I want to prioritize items to be crafted in a certain order, fulfilling their desired quantity before moving on to the next recipe.
I have 2 constant combinators. 1 of them is my list of desired quantities of end products, multiplied by negative 1. I have that wired up to a decider combinator which compares that value with the actual inventory stockpile and outputs 1 of each item that is low.
The other combinator is the priority list of the desired items, numbered 1 through however many items there are - 1 being the highest priority. How do I pass the priority order through to a selector combinator, but only of the items that are low?