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

[Feature Request] Convert incompatible dependencies with limited version ranges to conflicting #112

Open
Kir-Antipov opened this issue Mar 3, 2024 Discussed in #110 · 0 comments
Labels
enhancement New feature or request

Comments

@Kir-Antipov
Copy link
Owner

Discussed in #110

Originally posted by fayer3 March 1, 2024
I have a speciffic old sodium version marked as breaking in my mod.json, and mc-publish takes that and marks complete sodium as incomplatible on modrinth.
how can I tell mc-publish to ignore the sodium dependency, I saw there is a syntax for it in the readme, but I'm a bit confused.

my dependency:

  "breaks": {
    "sodium": ["0.4.11+build.25", "0.4.11+build.26"]
  },

would that the right thing to add, to ignore it?

"custom": {
  "mc-publish": {
    "dependencies": [
      "sodium(incompatible)#(ignore)"
    ]
  }
}
@Kir-Antipov Kir-Antipov added the enhancement New feature or request label Mar 3, 2024
Repository owner deleted a comment from baiyonic Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant