.mrpack
.
An .mrpack file is the official modpack format introduced by Modrinth, a community-driven platform for Minecraft mods and modpacks.
Instead of bundling every mod inside a single archive like a classic .zip
, an .mrpack behaves like a manifest: it stores structured metadata that instructs compatible launchers or tools how to fetch, assemble, and place each required file in the correct directories for your Minecraft setup.
The heart of an MRPack is modrinth.index.json
. This manifest typically includes:
overrides/
or client-overrides/
) that copy into your pack as-is.
This modern design keeps initial downloads smaller and makes updates easier (launchers can pull only what changed).
But not every launcher or workflow supports .mrpack natively — which is where converting to a traditional .zip
becomes useful.
Converting .mrpack
to .zip
can be essential for:
.mrpack
.
Paste a Modrinth Project ID, and MRPackZIP queries the Modrinth API for the latest release.
It fetches the .mrpack, reads the manifest, downloads any referenced files (when allowed by CORS), applies overrides, and produces a final .zip
.
If you right-clicked the green Modrinth download button and copied the direct .mrpack
URL, paste it into the tool.
MRPackZIP grabs that file, unpacks the manifest, pulls required mods, and zips everything for you.
Already have a .mrpack
on disk? Upload it directly. The entire conversion runs in the browser quick, private, and portable.
.mrpack
, not a version page or generic project page.mods/
folder manually.If you already use a launcher with first-class .mrpack support (e.g., Modrinth App, Prism Launcher), installing directly from .mrpack preserves delta updates and smaller downloads. Conversion is ideal when your current workflow requires a monolithic ZIP.
MRPackZIP processes everything in your browser. We don’t store your files, and we don’t require accounts. For transparency: external hosts may open in new tabs if CORS prevents direct fetches you remain in control of those downloads.
This tool builds on open-source foundations. Credit to the Fabulously Optimized contributors for their BSD-2 licensed base work. MRPackZIP focuses on a clean, user-friendly interface and documentation to make conversions simple for everyone.
⬇️ Convert Nowmods/
folder of your ZIP.
Downloading pack
Please wait while your ZIP is being generated...