Something that's been a source of annoyance/trouble when building platforms is the fact that if crushers are on "Set Recipe" and see a signal with an asteroid value, they interpret that as the basic crushing recipe. My suggestion is to only set that recipe based on the recipe signal itself instead.
On a typical ship I use circuits to handle reprocessing, and because just an asteroid signal will set the Crusher to the default crushing recipe, it often can be very finnicky and require a lot extra pass-through combinators to prevent the crushers from ever seeing an asteroid signal and filling your asteroid belt with iron ore.
Thanks! Game is amazing and maybe the best dev team out there.
Crushers with "Set Recipe" should only be set by recipe signals
Moderator: ickputzdirwech
-
- Manual Inserter
- Posts: 2
- Joined: Sun Aug 17, 2025 1:16 am
- Contact:
-
- Fast Inserter
- Posts: 225
- Joined: Mon Jan 08, 2018 4:54 pm
- Contact:
Re: Crushers with "Set Recipe" should only be set by recipe signals
I was forced to spend some time to find the reason it work without signal.
Other recipes ask Crusher to "produce" while these - to consume.
It seems it can be usable before "Advanced" tech, but after that it definitely recycle recipes would be better.
Removing it would break some ships. Changing too.
Option to "Simplified recipe usage"?

Other recipes ask Crusher to "produce" while these - to consume.
It seems it can be usable before "Advanced" tech, but after that it definitely recycle recipes would be better.

Removing it would break some ships. Changing too.
Option to "Simplified recipe usage"?

Re: Crushers with "Set Recipe" should only be set by recipe signals
You can deal with that problem by putting the crusher in an own logistic network with a combiner as a „gateway“, however I see your point since this is only a workaround.
-
- Manual Inserter
- Posts: 2
- Joined: Sun Aug 17, 2025 1:16 am
- Contact:
Re: Crushers with "Set Recipe" should only be set by recipe signals
Yeah, this is what I ended up doing. Since for my setup I wanted to count the asteroids in the machines + inserters as well as on the belt it ended up requiring 4 dummy combinators just to isolate the networks alongside the 3 actually implementing the logic. Not the end of the world but its an annoyance for sure.Naditz99 wrote: Tue Aug 19, 2025 11:38 am You can deal with that problem by putting the crusher in an own logistic network with a combiner as a „gateway“, however I see your point since this is only a workaround.