01

02

03

{
  "formatVersion": 1,
  "game": "minecraft",
  "versionId": "1.0.0",
  "name": "Example Modpack",
  "summary": "A sample modpack demonstrating the format",
  "files": [
    {
      "path": "mods/examplemod.jar",
      "hashes": {
        "sha1": "93d6c1f9a0c18c8d1b6ae114f26fd1b2766e9ff4",
        "sha512": "4cd3a3e74a0b68e5b5e3fa4c8bdd8a3c8531e771…"
      },
      "downloads": [
        "https://cdn.modrinth.com/data/AAAA/versions/1.0.0/examplemod.jar"
      ],
      "fileSize": 1234567
    }
  ],
  "dependencies": {
    "minecraft": "1.21.1",
    "fabric-loader": "0.16.9"
  }
}

01

02

03

Copy-Item "pack.mrpack" "pack.zip"
Expand-Archive -Path "pack.zip" -DestinationPath ".\extracted"
cp pack.mrpack pack.zip
unzip pack.zip -d ./extracted