Merging Chests

by Atria

Enables merging of multiple chests into one entity. Supports merging of arbitrary number of chests (configurable in mod settings).

Content
3 months ago
0.13 - 2.0
130K
Storage

i Alternative with InventoryWithCustomStackSizeSpecification

2 months ago

Referencing this part of the API:

https://lua-api.factorio.com/latest/types/InventoryWithCustomStackSizeSpecification.html

I was able to get merging chests working with steel chests on normal mod settings using said stack size multipliers to increase the "size" of the inventory rather than increasing slot count. I will be looking into it further.

a month ago

If I understand it correctly I would be able to specify that one inventory slot can contain for example 10 stacks worth of items. I wonder how this will work with unstackable items like armor. But could be interesting to avoid scrollbars in merged chests.

But since I have mod setting for setting inventory type (one possibility being "with_filters_and_bar") I would still have to have fallback to old logic...at which point I wonder if it is worth it

New response