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
335K
Mining

g [Fixed] Linked chest not been deconstructed after depletion.

4 months 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

2 months ago

Thanks for the report! This is implemented in the latest version.

New response