-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Modrinth Collection Support #3407
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
Comments
I don't see any mention of collections in their API docs https://docs.modrinth.com/api/ Can you point me to more info? |
Oh yeah, their API docs don't state anything about collections. |
Oh, I think it's making sense to me now. So collections are just groupings of existing modpack(s) and mods? Why not just use a combo of:
With both those of those you can call out specific modpack/mod versions. Or is that what you're doing for now and interested in the convenience of collections being a way to pre-declare those lists of modpack+mods? |
Yes, collections are just groups of modpacks and/or mods. |
Enhancement Type
Improve an existing feature
Describe the enhancement
Hello!
I was wondering if it would be possible to grab modrinth collections and automatically download mods from them.
This would be good because collections don't have to be manually reviewed by modrinth staff, and they would automatically include all versions of the mods, not just ones that has been added to a modpack. For this reason it would need to use the version env variable to figure out which mods are useable on the current version. I think a minimum_required_mods env variable would be also good for this feature, allowing the user to run the collection in a 'partial' mode, or 'all' mode, in which case it could say that some of the mods are not compatible with the selected mc version.
The text was updated successfully, but these errors were encountered: