I made this mod: https://mods.factorio.com/mod/hot-metals
It changes LDS to be a spoil result of hot LDS when crafted in the foundry.
This adds the "spoil-result" flag to the LDS item automatically, triggering the behavior that LDS won't be inserted as rocket part ingredient anymore.
Adding just this code `data.raw.item["low-density-structure"].flags = { "spoil-result" }` is enough to reproduce the bug. Inserters will then stop inserting LDS into rocket silos.
[Rseding91] [2.0.22] Rocket part ingredients won't be inserted if they have the "spoil-result" flag
-
- Burner Inserter
- Posts: 17
- Joined: Tue Jul 26, 2022 1:53 pm
- Contact:
Re: [2.0.22] Rocket part ingredients won't be inserted if they have the "spoil-result" flag
Thanks for the report however I have no solution to this except "you can't do that". The rocket silo is a combination provider chest for orbital logistics, and assembling machine. It can either handle spoilage and maybe move it to the trash slot in the assembling machine logic, or it can put spoilage into the rocket result inventory. It's not able to do both and so if you provide it with an item that is the result of something spoiling it always tries to put it into the rocket result inventory.
If you want to get ahold of me I'm almost always on Discord.
Re: [Rseding91] [2.0.22] Rocket part ingredients won't be inserted if they have the "spoil-result" flag
Is this meant to be in "Resolved for the next release"?
It sounds like this is "Not a bug".
It sounds like this is "Not a bug".
Re: [Rseding91] [2.0.22] Rocket part ingredients won't be inserted if they have the "spoil-result" flag
Maybe it was affected/fixed by?tinker9 wrote: Tue Jan 21, 2025 6:50 am Is this meant to be in "Resolved for the next release"?
It sounds like this is "Not a bug".
One would have to check.Version 2.0.31 wrote: Thu Jan 16, 2025 3:05 pm Fixed that inserters could grab items from belts that crafting machines no longer wanted. (125825)
Re: [Rseding91] [2.0.22] Rocket part ingredients won't be inserted if they have the "spoil-result" flag
Because of a fix for a different issue I implemented it made this fixable.
If you want to get ahold of me I'm almost always on Discord.
-
- Burner Inserter
- Posts: 17
- Joined: Tue Jul 26, 2022 1:53 pm
- Contact:
Re: [Rseding91] [2.0.22] Rocket part ingredients won't be inserted if they have the "spoil-result" flag
Nice how this went from "you can't do that" to "fixed". Thank you