isXander / MixinConflictHelper

User-friendly errors for Mixin conflicts.
GNU Lesser General Public License v3.0
13 stars 1 forks source link

Reports non required mixin as conflict #11

Open someaddons opened 1 year ago

someaddons commented 1 year ago

Mixins which conflict with eachother but are marked as not required(require = 0) are still reported as incompatibility and suggested to remove the mods, despite them working well together. Normally this happens when multiple mods are doing the same modification, without mixin conflict helper its just a stacktrace in the log and not an issue.

I'd suggest not reporting mixin conflicts if a mixin is not required to apply, and thus would not crash.