-
-
Notifications
You must be signed in to change notification settings - Fork 195
How to update supported fabric version for curseforge release pipeline
Aurora Lahtela edited this page Feb 16, 2026
·
6 revisions

Get the versions from
https://minecraft.curseforge.com/api/game/versions?token=yourAPIKeyHereThe list is huge so Ctrl-F is your friend.
Example: 1.21 is 77784
Since there can be multiple identical versions (eg. 1.18.1) for different platforms, each "version" also has a version type ID (that's the xxx: part in the workflow) that can be found from
https://minecraft.curseforge.com/api/game/version-types?token=yourAPIKeyHereBasically, you first look at version-types for the correct type ID for the major version you're looking for, and then Ctrl-F for that ID in the versions endpoint to find the available slugs for that version.
Example: 77784:1.21.9,77784:1.21.10,77784:1.21.11
Update the game version list on the workflow https://github.com/plan-player-analytics/Plan/blob/master/.github/workflows/curseforge-upload.yml (There are 2 copies of the list)