TL;DR
Allow two mods to load together, even if one is marked as incompatible with the other, as long as some third enabled mod has required dependencies on both of them.What ?
Current behavior: If mod A is marked as incompatible with B, and you enable both, only B will load, no matter what.Proposed new behavior: Now, since C requires both A and B, enabling all three will cause all three to load.