Merging Chests

by Atria

Enables merging of multiple chests into one entity. Supports merging of arbitrary number of chests (configurable in mod settings). Version 5.0.0 introduced potentially breaking changes for old saves. If your have chests larger than 42 don't update to 5.0.0.

Content
a month ago
0.13 - 1.1
99.7K
Storage

b Merge Tool

7 years ago
(updated 7 years ago)

I believe your merge tool is listening to ALL "selector" functions instead of ones dedicated to the mod. While using AAI's controller or Zone Planner, I get a "Not Enough Chests Found". Thought it was an AAI issue but the mod author said it was on your end. Didn't happen in 0.14. Just a heads up.

7 years ago
(updated 7 years ago)

Open control.lua, find row 41 ("function MergingChests.OnPlayerSelectedArea(event)") and insert after it the following row:
if event.item ~= "merge-chest-selector" then return end

7 years ago

Yeah, i didnt even use event instance given by core. Thanks for reporting

New response