code icon indicating copy to clipboard operation
code copied to clipboard

Sort Projects Alphabetically in Exported Instances According to the `path` Key

Open UltimatChamp opened this issue 1 year ago • 0 comments

Describe the solution you'd like

Mods (and other projects) should be sorted according to the path key in MRPacks.

modrinth.index.json

{
   "files": [
        {
            "path": "mods/appleskin-xyz.jar"
        }, 
        {
            "path": "resourcepacks/dark-mode.zip"
        }
   ]
} 

Additional context

This will help modpack creators to sort projects better; useful for GitHub-hosted packs.

UltimatChamp avatar Apr 11 '24 05:04 UltimatChamp