[Rseding91] [2.0.22] Rocket part ingredients won't be inserted if they have the "spoil-result" flag

This subforum contains all the issues which we already resolved.
cackling.fiend
Burner Inserter
Burner Inserter
Posts: 17
Joined: Tue Jul 26, 2022 1:53 pm
Contact:

[Rseding91] [2.0.22] Rocket part ingredients won't be inserted if they have the "spoil-result" flag

Post by cackling.fiend »

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
Factorio Staff
Factorio Staff
Posts: 14890
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: [2.0.22] Rocket part ingredients won't be inserted if they have the "spoil-result" flag

Post by Rseding91 »

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.
tinker9
Inserter
Inserter
Posts: 28
Joined: Sat Nov 09, 2024 4:51 am
Contact:

Re: [Rseding91] [2.0.22] Rocket part ingredients won't be inserted if they have the "spoil-result" flag

Post by tinker9 »

Is this meant to be in "Resolved for the next release"?
It sounds like this is "Not a bug".
Muche
Filter Inserter
Filter Inserter
Posts: 690
Joined: Fri Jun 02, 2017 6:20 pm
Contact:

Re: [Rseding91] [2.0.22] Rocket part ingredients won't be inserted if they have the "spoil-result" flag

Post by Muche »

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".
Maybe it was affected/fixed by?
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)
One would have to check.
Rseding91
Factorio Staff
Factorio Staff
Posts: 14890
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: [Rseding91] [2.0.22] Rocket part ingredients won't be inserted if they have the "spoil-result" flag

Post by Rseding91 »

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.
cackling.fiend
Burner Inserter
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

Post by cackling.fiend »

Nice how this went from "you can't do that" to "fixed". Thank you :-)
Post Reply

Return to “Resolved Problems and Bugs”