Page 1 of 1

[2.0.72] Inserters dropping items into lava / other surfaces that void items drop items 1 at a time

Posted: Fri Oct 31, 2025 2:46 pm
by oasism
No save file needed for this, as it's very easy to reproduce:

Use any bulk/stack inserter to drop items into lava, you can see that it takes a very long time (and you can see the stack going down 1 item at a time) to "carefully insert" the items into the lava, instead of just chucking the whole stack. I feel that this is a bug because it doesn't make any sense that it takes longer to chuck garbage into lava than to insert something into a machine where it's going to be used. I've always worked around this on vulcanus by just putting more inserters on a longer belt to offload the stone into lava, but when you need to void something at very high volume it becomes an issue

Re: [2.0.72] Inserters dropping items into lava / other surfaces that void items drop items 1 at a time

Posted: Fri Oct 31, 2025 3:00 pm
by eugenekay
Machines have an Inventory that holds multiple Items. Tiles can have multiple Items in different spots, but only 1 item per spot.
10-31-2025, 10-59-31.png
10-31-2025, 10-59-31.png (14.62 KiB) Viewed 185 times
Items are dropped onto the ground 1 at a time, because the Ground does not support Item Stacking. This puts the Inserter into "Target full" state.
10-31-2025, 10-55-06.png
10-31-2025, 10-55-06.png (228.29 KiB) Viewed 185 times

If the Target Tile is Lava then the "Item on Ground" is deleted, but the Inserter is still in "Target full" state for 1 Tick. On the next game Tick it will drop another Item, until empty.
10-31-2025, 10-56-38.png
10-31-2025, 10-56-38.png (138.47 KiB) Viewed 185 times
Good Luck!

Re: [2.0.72] Inserters dropping items into lava / other surfaces that void items drop items 1 at a time

Posted: Fri Oct 31, 2025 6:00 pm
by Rseding91
Thanks for the report however this is working as intended.