MZ MRPack Converter

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.

Last updated: August 3, 2026 Maintained by MRPack Converter
Need more than extraction? Use the MRPack to ZIP converter when you need a standard ZIP layout and a failed downloads report, not just the raw manifest and overrides.
Short answer: unzip MRPack if you only need to inspect 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

  1. Make a copy of the original .mrpack file before changing it.
  2. Open it with an archive tool, or rename a copy to .zip only for inspection.
  3. Check modrinth.index.json for Minecraft version, loader, and file entries.
  4. Review the overrides folder for configs, resource packs, or scripts.
  5. 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

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.