list_modpacks
list_modpacksScan the HMCL versions directory for modpack.json files to list installed modpacks, returning name, path, format, game version, and mod loader details.
Instructions
List installed modpacks by scanning /versions/*/modpack.json (HMCL ModpackConfiguration). Returns [{name, path, format, gameVersion?, modLoader?}] where format maps Modrinth→mrpack, CurseForge→curseforge, HMCL→hmcl; gameVersion/modLoader are best-effort reads from the pack manifest. name is the instance id — pass it as version to launch_game.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||