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

How to accept fabric loader dependencies JSON or disable dependencies check? #2

Open
SettingDust opened this issue Jun 26, 2024 · 3 comments

Comments

@SettingDust
Copy link

No description provided.

@deirn
Copy link
Member

deirn commented Jun 26, 2024

What mods exactly that you are trying to depend?
It should already ignores missing dependencies.

candidates.forEach { candidate ->
candidate.metadata.dependencies = candidate.metadata.dependencies.filter {
candidateIds.contains(it.modId)
}
}

@SettingDust
Copy link
Author

What mods exactly that you are trying to depend? It should already ignores missing dependencies.

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/

@deirn
Copy link
Member

deirn commented Jun 26, 2024

Hmm, maybe making the loader run folder configurable might make it work. It currently creates a temporary folder that get deleted after.

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

No branches or pull requests

2 participants