Extraction guide
How to unzip or extract an .MRPACK file
You can extract an .mrpack file with 7-Zip, Windows Explorer, macOS Archive Utility, or another ZIP-compatible tool. Extraction reveals the manifest and bundled overrides, but it does not automatically download every mod JAR referenced by the pack.
modrinth.index.json or overrides. Use the
MRPack to ZIP converter if you need a standard ZIP layout with
downloadable referenced files included when possible.
What happens when you unzip MRPack?
Archive tools can usually open an MRPack file because the format is built on ZIP. After
extraction, you should expect to see modrinth.index.json and possibly an
overrides folder. The manifest describes the pack and points to remote mod
files by path, hash, environment, and download URL.
Why are mods missing after extraction?
MRPack files often do not include every mod JAR directly. Instead, the manifest tells a compatible launcher where to download those files. Unzipping the archive does not follow those URLs, verify hashes, or rebuild the final Minecraft instance. That is why the extracted folder may look incomplete.
How to inspect an MRPack safely
- Make a copy of the original
.mrpackfile before changing it. - Open it with an archive tool, or rename a copy to
.ziponly for inspection. - Check
modrinth.index.jsonfor Minecraft version, loader, and file entries. - Review the
overridesfolder for configs, resource packs, or scripts. - Use an inspector or converter if you need a clearer report of referenced files.
How to extract MRPack on Windows, macOS, or Linux
Windows
Make a copy of the file and change the copy from pack.mrpack to
pack.zip if Windows does not recognize it. Then use Extract All
or open it with 7-Zip. Turn on file name extensions in File Explorer first so the copy does
not accidentally become pack.mrpack.zip.
macOS
Rename a copy to .zip, then open it with Archive Utility or an archive app.
Keep the original MRPack unchanged if you intend to import it into a launcher later.
Linux
Most graphical archive managers can open the file directly. If one refuses the extension,
rename a copy to .zip and extract it as a normal ZIP archive.
MRPack unzip troubleshooting
- The archive looks empty: try another ZIP-compatible tool and confirm the download completed.
- The file ends in .mrpack.zip: enable visible file extensions, then remove only the final
.zipwhen restoring the original format. - There is no mods folder: read
modrinth.index.json; the mods are probably remote references. - The archive is invalid: download the pack again rather than repairing an incomplete file.
Unzip vs convert MRPack to ZIP
| Task | Unzip MRPack | Convert MRPack to ZIP |
|---|---|---|
| Read the manifest | Works well. | Works and also summarizes metadata. |
| View overrides | Works when overrides are bundled. | Works and places overrides into the output layout. |
| Get remote mod files | Does not download them. | Attempts to download them when the browser and host allow it. |
| Find missing files | Manual inspection only. | Creates a failed downloads report. |
When should you use a converter?
Use a converter when you need a standard ZIP for a server panel, want to collect available remote mod files, or need a report showing which referenced downloads failed. Use direct launcher import when you simply want to play the pack.
Related guides
Learn what an MRPack file is, compare MRPack vs ZIP, or follow the full MRPack to ZIP conversion guide.