Enables merging of multiple chests into one entity. Supports merging of arbitrary number of chests (configurable in mod settings).
Mods introducing new content into the game.
More than just chests.
Wondering if there is a hard arbitrary limit for chest dimensions in the code base. I set it to the 100 width/height/area, Nx1, 1xN in the mod settings but in game it seems to hard limit at 42 for no apparent reason.
It's a safety precausion, so you don't run out of memory during load. Install https://mods.factorio.com/mod/WideChestsUnlimited to remove this limit.
Thanks for the tip. Also, good pick on the limit :)