We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
What mods exactly that you are trying to depend? It should already ignores missing dependencies.
explosion/src/main/kotlin/lol/bai/explosion/internal/ExplosionExtImpl.kt
Lines 120 to 124 in 8b62cf9
Sorry, something went wrong.
What mods exactly that you are trying to depend? It should already ignores missing dependencies. explosion/src/main/kotlin/lol/bai/explosion/internal/ExplosionExtImpl.kt Lines 120 to 124 in 8b62cf9 candidates.forEach { candidate -> candidate.metadata.dependencies = candidate.metadata.dependencies.filter { candidateIds.contains(it.modId) } }
Some mod is conflicting. But disabled by the other mod https://modrinth.com/mod/mod-sets/
Hmm, maybe making the loader run folder configurable might make it work. It currently creates a temporary folder that get deleted after.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: