Auto Deconstruct

by mindmix

This mod marks drills that have no more resources to mine for deconstruction.

Utilities
2 months ago
0.13 - 2.0
321K
Mining

g Linked chest not been deconstructed after depletion.

13 days ago

When mining drill is exhausted, the output linked chest are not marked for deconstruction with "deconstruct chest" setting enabled.
Solution: check for linked-container type in deconstruct target.

In script/autodeconstruct.lua, in deconstruct_target(drill), line 391,
if target.type == "logistic-container" or target.type == "container" or target.type == "linked-container" then

New response