mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-22 02:25:34 +01:00
Created How to update supported fabric version for curseforge release pipeline (markdown)
parent
f3dda3f72a
commit
866e891651
@ -0,0 +1,11 @@
|
||||
Get the versions from
|
||||
```url
|
||||
https://minecraft.curseforge.com/api/game/versions?token=yourAPIKeyHere
|
||||
```
|
||||
The list is huge so Ctrl-F is your friend.
|
||||
|
||||
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
|
||||
```url
|
||||
https://minecraft.curseforge.com/api/game/version-types?token=yourAPIKeyHere
|
||||
```
|
||||
Basically, 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.
|
Loading…
Reference in New Issue
Block a user