Page 1 of 1
[Rseding91] [2.0.22] Rocket part ingredients won't be inserted if they have the "spoil-result" flag
Posted: Wed Nov 27, 2024 11:28 am
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.
Re: [2.0.22] Rocket part ingredients won't be inserted if they have the "spoil-result" flag
Posted: Mon Dec 23, 2024 9:21 pm
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.
Re: [Rseding91] [2.0.22] Rocket part ingredients won't be inserted if they have the "spoil-result" flag
Posted: Tue Jan 21, 2025 6:50 am
by tinker9
Is this meant to be in "Resolved for the next release"?
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
Posted: Tue Jan 21, 2025 8:04 am
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.
Re: [Rseding91] [2.0.22] Rocket part ingredients won't be inserted if they have the "spoil-result" flag
Posted: Tue Jan 21, 2025 9:29 am
by Rseding91
Because of a fix for a different issue I implemented it made this fixable.
Re: [Rseding91] [2.0.22] Rocket part ingredients won't be inserted if they have the "spoil-result" flag
Posted: Tue Jan 28, 2025 1:22 pm
by cackling.fiend
Nice how this went from "you can't do that" to "fixed". Thank you
