Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixin conflict handling failing to skip nonrequired mixin #161

Open
someaddons opened this issue Dec 12, 2024 · 0 comments
Open

Mixin conflict handling failing to skip nonrequired mixin #161

someaddons opened this issue Dec 12, 2024 · 0 comments

Comments

@someaddons
Copy link

The "required:false" flag in the mixin config
https://github.com/someaddons/mixindebug/blob/9bc8ad2f5a6394635580bbe339d72d452ae38cb7/src/main/resources/template.mixins.json#L2
does only work if mixin.debug=true is enabled, else two conflicting mixins will crash.

Here is a simple fabric template repo to reproduce it, launching it with vmArg '-Dmixin.debug=true' allows it to run skipping one of the conflicting mixins as it should, while commenting it out causes a crash.
https://github.com/someaddons/mixindebug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant