Items held by the inserters shouldn't spoil.

Ideas that are too old (too many things have changed since) and ones which won't be implemented for certain reasons or if there are obviously better suggestions.

Moderator: ickputzdirwech

User avatar
ik1ne
Manual Inserter
Manual Inserter
Posts: 4
Joined: Sat Oct 03, 2015 4:33 am
Contact:

Items held by the inserters shouldn't spoil.

Post by ik1ne »

TL;DR
Make items held by the inserter not spoil for max-efficient, lock-free factory.
What?
Items held by the inserters doesn't spoil.
Why?
Consider this case:
1. Inserter picks up item that is about to spoil.
2. While the inserter arm is mid-air, the item spoils.
3. The target machine doesn't accept spoilage, so the inserter is stuck at this state and so does the target machine.
When feeding biter spawner, it is more efficient to use most spoiled item first because the nutrient value doesn't get affected by the freshness of the bioflux.
However, after configuring the inserters to pick up most spoiled item first, I noticed some biter spawner starvation due to the inserter trying to insert spoilage to spawner.
After setting the priority to fresh one I never experienced the issue, but I hope there's a way to maximize bioflux efficiency while not worrying about inserter locking.

Note: After writing this, I found the lua api flag enter_drop_mode_if_held_stack_spoiled(https://lua-api.factorio.com/latest/pro ... ck_spoiled), probably suggesting this is an expected behavior. Please disregard this suggestion if setting the priority to fresh one is the intended solution.
McFrugal
Burner Inserter
Burner Inserter
Posts: 11
Joined: Tue Apr 26, 2022 3:04 pm
Contact:

Re: Items held by the inserters shouldn't spoil.

Post by McFrugal »

I agree with this, for one important reason: if an inserter is taking items off a belt to feed a machine, and the item rots while the inserter is swinging, then the inserter will get clogged and there's no way to prevent it. You'd have to put a second inserter to grab any potential Spoilage off of the first inserter and that is absurd.
User avatar
Ranakastrasz
Smart Inserter
Smart Inserter
Posts: 2171
Joined: Thu Jun 12, 2014 3:05 am
Contact:

Re: Items held by the inserters shouldn't spoil.

Post by Ranakastrasz »

Kinda like trying to use burner inserters for everything in that way.

I think this is abusable though. Instead, if an inserter has something spoil while held, it places it in the target machine's trash slot, like when recipes are changed. Only for just now spoiled stuff, so it won't grab spoilage or anything.
My Mods:
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16
AntiBlueQuirk
Long Handed Inserter
Long Handed Inserter
Posts: 71
Joined: Wed May 03, 2017 2:57 pm
Contact:

Re: Items held by the inserters shouldn't spoil.

Post by AntiBlueQuirk »

I think preventing items from spoiling in inserters' hands is a good idea, but their spoilage level should still drop all the way to zero. That way the inserter can still always successfully insert the item, but it will spoil immediately in the target inventory. That's fine, because that would happen eventually anyway. The only exception I would make is for things that don't spoil into an item, like eggs. There's no point in preventing this spoilage, and it prevents preserving eggs forever by just jamming them in an inserter.
User avatar
boskid
Factorio Staff
Factorio Staff
Posts: 2964
Joined: Thu Dec 14, 2017 6:56 pm
Contact:

Re: Items held by the inserters shouldn't spoil.

Post by boskid »

This idea makes no sense for at least 3 reasons:
1/ There is no difference between item spoiling in the inserter hand and item spoiling inside of the drop target's input inventory, just trying to make items not spoil in inserter hand does not prevent the items from spoiling in the target so you need to make your gleba setups resiliant to spoilage in such cases anyway. This idea would not change this at all.
2/ If an item spoils while in hand, then inserter will hold an item that is known to be a spoil product of a different item. Such items get slightly different treatment when trying to insert into entity where the item does not fit into input inventory. If its attempted to be inserted into assembler and it does not fit ingredients inventory it will be put into dump inventory as a spoil product.
3/ Proposed logic could be abused to prevent spoilage by using inserters and power switches. Entire spoil mechanic was implemented under design assumption that once started, spoiling never changes speed.
DarkShadow44
Filter Inserter
Filter Inserter
Posts: 351
Joined: Thu Jun 01, 2017 12:05 pm
Contact:

Re: Items held by the inserters shouldn't spoil.

Post by DarkShadow44 »

boskid wrote: Wed Nov 13, 2024 6:47 am 2/ If an item spoils while in hand, then inserter will hold an item that is known to be a spoil product of a different item. Such items get slightly different treatment when trying to insert into entity where the item does not fit into input inventory. If its attempted to be inserted into assembler and it does not fit ingredients inventory it will be put into dump inventory as a spoil product.
Thanks, that's good to know - I think that makes the entire suggestion void.
However, after configuring the inserters to pick up most spoiled item first, I noticed some biter spawner starvation due to the inserter trying to insert spoilage to spawner.
What exactly do you mean?
Everspace
Burner Inserter
Burner Inserter
Posts: 12
Joined: Thu Jul 28, 2016 5:28 am
Contact:

Re: Items held by the inserters shouldn't spoil.

Post by Everspace »

I noticed this being a little wonky with a stack inserter holding spoilage not dropping/inserting due to not reaching it's stack size.
tobinyehle@gmail.com
Manual Inserter
Manual Inserter
Posts: 3
Joined: Fri Jul 24, 2020 11:15 pm
Contact:

Re: Items held by the inserters shouldn't spoil.

Post by tobinyehle@gmail.com »

2/ If an item spoils while in hand, then inserter will hold an item that is known to be a spoil product of a different item. Such items get slightly different treatment when trying to insert into entity where the item does not fit into input inventory. If its attempted to be inserted into assembler and it does not fit ingredients inventory it will be put into dump inventory as a spoil product.
This should include fuel inventory so you can't clog a nutrients inserter on recipes like iron bacteria where the recipe spoilage is different than the fuel required for the biochamber.
Post Reply

Return to “Outdated/Not implemented”