Mondanzo/mc-curseforge-api

[FEATURE] Allow the use of "curseforge.getModFiles()" to retrieve independent file ID's.

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Currently, When requesting a mod's versions. The "array" that is returned is out of order

Describe the solution you'd like
Allow us to use "curseforge.getModFiles()" to retrieve independent file ID's. File ID's are 7 numbers long and Project ID's are 6 numbers so they should be easy to differentiate. File ID's are found at the end of the file URL. Example: "https://www.curseforge.com/minecraft/mc-mods/tooltipfix/files/3543273". 3543273 is the file ID for the 1.18 version of TooltipFIx