Auto Deconstruct

by mindmix

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

Utilities
a month ago
0.13 - 2.0
332K
Mining

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

3 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

a month ago

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

New response