Merging Chests

by Atria

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

Content
a day ago
0.13 - 2.0
115K
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