This mod marks drills that have no more resources to mine for deconstruction.
Providing the player with new tools or adjusting the game interface, without fundamentally changing gameplay.
New Ores and resources as well as machines.
autodeconstruct.lua line 117: resources = find_resources(drill.surface, drill.position, mining_drill_radius, 'basic-solid') missing local - this is standard way to desync on targeters
same thing at line 102 around drill
thanks to boskid for the help nailing it down.
autodeconstruct, also in line 161 missing local
Thanks, these should be fixed now