You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just investigated why CF always sets the latest minecraft version for uploaded files.
The Culprit is that the CF uploader (https://github.com/itsmeow/curseforge-upload@v3) is being run with
the game-versions of Minecraft <extracted manifest version here>.
This is a problem since the field should contain IDs for game versions that can be extracted through the API and a slug/name consisting of the extracted manifest version.
Documentation here: CurseForge
If you would like me to implement this feature, please reach out.
It requries the same token in the GET-request as the upload.
The text was updated successfully, but these errors were encountered:
it could btw also add a version for the major version of minecraft aswell as the forge/fabric version being used (or just forge and fabric accordingly)
Manifest says 1.19.2. When I check CurseForge it says 1.20.2-Snapshot (since that is the most current release of MC right now). Link to my setup/repo here
I have just investigated why CF always sets the latest minecraft version for uploaded files.
The Culprit is that the CF uploader (https://github.com/itsmeow/curseforge-upload@v3) is being run with
the
game-versions
ofMinecraft <extracted manifest version here>
.This is a problem since the field should contain IDs for game versions that can be extracted through the API and a slug/name consisting of the extracted manifest version.
Documentation here: CurseForge
If you would like me to implement this feature, please reach out.
It requries the same token in the GET-request as the upload.
The text was updated successfully, but these errors were encountered: