Page 1 of 1

Allow loaders to extract items from burnt slots

Posted: Sun Aug 13, 2023 2:37 pm
by NeveHanter
In Pyanodon's mods, the burning assembling machines, furnaces and other buildings have a spent fuel slot (burnt_inventory_size set to 1).
I.e. when furnace burns one coal it will produce one ash in the spent fuel slot.

Loader entities are unable to unload from that slot, on the other hand, inserters can.

Re: Allow loaders to extract items from burnt slots

Posted: Sun Feb 04, 2024 8:22 am
by kubiix
+1

Re: Allow loaders to extract items from burnt slots

Posted: Mon Feb 05, 2024 12:35 pm
by Koub
[Koub] I guess this is modding specific, so I'll move the suggestion to modding interface requests.

Re: Allow loaders to extract items from burnt slots

Posted: Mon Feb 05, 2024 12:53 pm
by boskid
That was already implemented for 2.0 as part of larger set of changes. In 1.1.x entity may have at most 1 "output inventory" however inserters were implemented explicitly to handle burnt result inventory on top of the "output inventory". In 2.0 entities may have multiple output inventories so inserters and loaders will both support the same type of transfers from entity.

Re: Allow loaders to extract items from burnt slots

Posted: Mon Feb 05, 2024 1:43 pm
by Qon
boskid wrote:
Mon Feb 05, 2024 12:53 pm
In 2.0 entities may have multiple output inventories so inserters and loaders will both support the same type of transfers from entity.
Does that include loaders doing transfers to and from trains? And direct train-to-train entity transfer and chest-to-chest transfer with a single loader?

Re: Allow loaders to extract items from burnt slots

Posted: Mon Feb 05, 2024 1:46 pm
by boskid
Qon wrote:
Mon Feb 05, 2024 1:43 pm
Does that include loaders doing transfers to and from trains? And direct train-to-train entity transfer and chest-to-chest transfer with a single loader?
You seem to be mistaken about what loader is. Loader either transfers items from belt or onto belt, so saying "direct train-to-train" is far from being about loaders.