-
Notifications
You must be signed in to change notification settings - Fork 23
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
Cannot publish a modpack to CurseForge #69
Comments
@encode42, the error message from CurseForge suggests that the For your configuration: loaders: |
fabric
game-versions: |
1.19.2
[
// 1.19.2 (mods + mod packs), fabric
[ 9366, 7499 ],
// 1.19.2 (plugins)
[ 9560 ],
// 1.19.2 (addons)
[ 9551 ],
] The rotation among these variants is activated when CurseForge returns error code |
Hmmmm.
{
"id": 7499,
"gameVersionTypeID": 68441,
"name": "Fabric",
"slug": "fabric"
} What the heck is going on here? CurseForge supports specifying loaders for modpacks in their web interface. Why doesn't it via API? |
This reverts commit f161000.
Discussed in #68
Originally posted by Encode42 May 30, 2023
I'm trying to publish a mod pack to CurseForge, which does not have any files that values can be inferred from (fabric.mod.json, etc.) As such, I'm providing the
game-versions
field myself. This works as expected when publishing to Modrinth, however, the same is not true for CurseForge.When the action runs, the following error appears:
Failing run
Is this user error? Am I misunderstanding how this field works?
The text was updated successfully, but these errors were encountered: