-
Notifications
You must be signed in to change notification settings - Fork 14
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
[feat] create modpack from modded version profile (vanilla launcher, curseforge, etc) #43
Comments
this is a somewhat nice idea but there are a few problems for it the mod jar files need to be reversed into a Downloadable type somehow if the mod was downloaded from Modrinth it's just a simple API request to find out. otherwise we cant really know where the mod comes from... we can just copy over the mod jar files to |
the same should be doable for curseforge not sure if there is a public api endpoint that you can use |
it should be doable via their api: https://docs.curseforge.com/?python#get-fingerprints-matches |
we dont have an api key for curseforge lmao, we're using CurseRinth's API for it im gonna ask kuylar about it, worst case scenario i have to ask for an api key 😔 |
there is also https://curse.tools/, which doesnt require a key |
oh hey thanks for letting me know that exists, will probably scrap curserinth api for curse.tools |
you could use the path to an existing modded profile, to create a server from it
mcman would detect the modloader and mc version and copy all the non client-side mods over.
The text was updated successfully, but these errors were encountered: