Certain mods (ex. Schall's Autolinked Chest) enable the base game hidden prototype linked-chest
, allowing multiple chest entities to share an inventory (most useful for situations where you might otherwise use a modded storage larger than 1x1, like train unloading). This mod is not capable of sorting these by default, as they are not listed in the SORTABLE_ENTITIES
table. However, I've tested locally, and simply adding ['linked-container'] = {defines.inventory.chest},
works just fine, sorts the linked inventory as expected, and hasn't caused any bugs, so requesting that be added to the mod baseline to support sorting linked-chest entities.