After spending some time tracking down an issue with the Drill-o-matic harvester drills in my game (namely, the missing option for surface harvesting), I tracked it down to a line in MM_Stockparts.cfg from WildBlueTools.
After noticing this file is not present in the current source code, I checked it against the version downloaded by CKAN and found that the release zip downloaded by CKAN and the source code meant to be in version 1.90.6 differ.
Specifically, they differ in this:
Release version contains a cfg file called MM_StockParts.cfg
Source code instead contains a cfg file called MM_Stock.cfg
Comparing the files reveals that they differ in only precisely the Patch for RadialDrill and MiniDrill parts that causes issues in my game.
btw, There is also a typo in the MM_Stockparts.cfg file in the release (ModuleAsteroidDrill is missing an e), but since that line is missing in the (presumably more up-to-date) source code, this is likely irrelevant, and this typo in fact prevented the mod from breaking the asteroid mining functionality too.
After spending some time tracking down an issue with the Drill-o-matic harvester drills in my game (namely, the missing option for surface harvesting), I tracked it down to a line in MM_Stockparts.cfg from WildBlueTools.
After noticing this file is not present in the current source code, I checked it against the version downloaded by CKAN and found that the release zip downloaded by CKAN and the source code meant to be in version 1.90.6 differ.
Specifically, they differ in this:
Release version contains a cfg file called MM_StockParts.cfg
Source code instead contains a cfg file called MM_Stock.cfg
Comparing the files reveals that they differ in only precisely the Patch for RadialDrill and MiniDrill parts that causes issues in my game.
btw, There is also a typo in the MM_Stockparts.cfg file in the release (ModuleAsteroidDrill is missing an e), but since that line is missing in the (presumably more up-to-date) source code, this is likely irrelevant, and this typo in fact prevented the mod from breaking the asteroid mining functionality too.