Search Results
7/2/2025, 4:08:23 AM
>>529596905
You made me change my mods and reload Spage
Here's one of my combinators for deciding which reprocessing asteroid recipe to set. Basically it's a shitload of if and statements. If the number of metallic and carbonic chunks is below the number of oxide chunks and oxide chunks are above the level I want to maintain on the belts, then it fires the oxide chunk reprocess signal into the crushers and the reprocess ice chunks because they're all set to "set recipe". Each chunk has its own decider combinator which decides when its own reprocessing signal is fired
It's a jank solution because if the signal disappears before the recipe starts the inserters will just take the chunk out again, but when you're moving between planets you get so many chunks this doesn't actually matter.
I actually have another set of combinators that change the asteroid crushers to shift between basic and advanced processing depending on if I have "enough" copper, sulfur, and calcite since the basic recipes output more iron, carbon, and ice, so you only want to use the advanced recipes when you need advanced products
You made me change my mods and reload Spage
Here's one of my combinators for deciding which reprocessing asteroid recipe to set. Basically it's a shitload of if and statements. If the number of metallic and carbonic chunks is below the number of oxide chunks and oxide chunks are above the level I want to maintain on the belts, then it fires the oxide chunk reprocess signal into the crushers and the reprocess ice chunks because they're all set to "set recipe". Each chunk has its own decider combinator which decides when its own reprocessing signal is fired
It's a jank solution because if the signal disappears before the recipe starts the inserters will just take the chunk out again, but when you're moving between planets you get so many chunks this doesn't actually matter.
I actually have another set of combinators that change the asteroid crushers to shift between basic and advanced processing depending on if I have "enough" copper, sulfur, and calcite since the basic recipes output more iron, carbon, and ice, so you only want to use the advanced recipes when you need advanced products
Page 1