Anonymous
8/6/2025, 10:31:41 PM
No.717450773
What's the best way to send signals in a specific order? I've got an assembler wired up to build a long list of stuff but because of the default signal order it starts by crafting things I won't need until later. Do I just have to run it through another set of decider combinators to only send those signals when the prerequisites are met?