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.
Allow loaders to extract items from burnt slots
-
- Burner Inserter
- Posts: 6
- Joined: Thu Nov 26, 2020 7:47 pm
- Contact:
Re: Allow loaders to extract items from burnt slots
[Koub] I guess this is modding specific, so I'll move the suggestion to modding interface requests.
Koub - Please consider English is not my native language.
Re: Allow loaders to extract items from burnt slots
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
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?
My mods: Capsule Ammo | HandyHands - Automatic handcrafting | ChunkyChunks - Configurable Gridlines
Some other creations: Combinassembly Language GitHub w instructions and link to run it in your browser | 0~drain Laser
Some other creations: Combinassembly Language GitHub w instructions and link to run it in your browser | 0~drain Laser
Re: Allow loaders to extract items from burnt slots
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.