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
{{ message }}
This repository was archived by the owner on Feb 19, 2022. It is now read-only.
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
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