Pathfinder
Pathfinder copied to clipboard
Remove BrewWorks dependency on BARIS
Fixes https://github.com/Angel-125/Pathfinder/issues/41
Judging by other code in this repo, looks like BARIS dependency is supposed to be removed. Instead of ModuleBreakableConverter in the template, everybody else now gets a ModuleQualityControl in the part itself. Hacienda already has that. So this is no longer needed if I'm understanding it correctly. Every other converter in this file is using ModuleResourceConverter.
Tests: Works for me
Closed the previous https://github.com/Angel-125/Pathfinder/pull/42 to give this fix its own branch.