code
code copied to clipboard
Sort Projects Alphabetically in Exported Instances According to the `path` Key
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.