MCTOOLBOX
MC ToolboxMC TOOLBOX

Convertitore MRPack in ZIP

Converti un .mrpack di Modrinth in uno ZIP standard con mod e override. Gratuito, senza account. I file del pacchetto restano locali. Il download delle mod richiede accesso alla rete.

MRPACK

Trascina qui il tuo file .mrpack

oppure clicca per sfogliare i file

Nessun account richiesto. Il tuo .mrpack viene letto nel browser e lo ZIP viene assemblato lì. I file dei mod vengono recuperati da URL di download pubblici (potrebbe essere usato un helper dello stesso sito quando una CDN blocca il browser). Non ti chiediamo di creare un account per convertire un pacchetto.

MC Toolbox · Utility per Modpack

Converti .mrpack in ZIP quando il tuo launcher o server non può importare i pacchetti Modrinth

Un .mrpack è principalmente un manifest. Contiene modrinth.index.json con il percorso di ogni mod, URL di download e hash. I file JAR spesso non sono nell'archivio. I launcher che supportano Modrinth scaricano quei file per te. Il launcher ufficiale, Technic e molti pannelli server non lo fanno, quindi rifiutano il .mrpack.

Questo convertitore gratuito da MRPack a ZIP esegue il passaggio di download nel tuo browser. Legge l'indice, scarica ogni mod elencata quando l'host lo consente, copia i file di override (config, script, resource pack) e crea uno ZIP che puoi estrarre in un'istanza di gioco o in una cartella server. Ti serve comunque il mod loader corretto e la versione di Minecraft giusta. Lo ZIP non è un'installazione con un clic per tutti i launcher.

Cosa succede realmente all'interno

Quattro passaggi. L'estrazione e l'assemblaggio dello ZIP avvengono nella scheda del browser. I download delle mod usano gli URL pubblici dall'indice (e un helper dello stesso sito se una CDN blocca l'accesso diretto dal browser).

Passaggio 1
Leggi l'indice
Apre il file mrpack (è un archivio ZIP) e analizza modrinth.index.json per nome del pack, versione del gioco, dipendenze del loader e l'elenco completo delle mod.
Passaggio 2
Copia gli override direttamente
I file in overrides/, client-overrides/ e server-overrides/ vengono copiati nell'output. Questo include config, script e resource pack inclusi dall'autore.
Passaggio 3
Scarica ogni mod
Ogni voce di mod ha uno o più URL di download. Il convertitore li prova e scrive il file nel percorso indicato nell'indice. Se tutti gli URL falliscono, il percorso e gli URL finiscono in FAILED_DOWNLOADS.txt così puoi completare manualmente.
Passaggio 4
Crea e offri lo ZIP
Assembla lo ZIP con compressione, aggiunge un riepilogo pack-info.json (nome, versione, suggerimenti sul loader) e avvia il download nel browser. Il tuo file .mrpack originale non viene salvato come upload su account del sito.

Quali launcher supportano davvero .mrpack

The short version: Prism, ATLauncher, and MultiMC handle .mrpack natively. CurseForge support is partial. The official launcher, Technic, and most server panels need a ZIP instead.

LauncherSupports .mrpackNeeds ZIP conversionNotes
Prism LauncherYesNoImporta da Modrinth o da file
ATLauncherYesNoImporta dalla scheda Modrinth
MultiMCYesNoAggiungi istanza, poi importa
GDLauncherYesNoCerca e installa con un clic
CurseForge AppPartialSometimesPrincipalmente pack ospitati su CurseForge
Official LauncherNoYesInstalla prima il mod loader
Technic LauncherNoYesSolo importazione ZIP
Server panelsNoYesPterodactyl, Apex, Shockbyte e simili

Domande che mi hanno davvero fatto

Più alcune che ho pensato la gente avrebbe chiesto prima di farlo.

Does the conversion happen on my computer or a server?
Your .mrpack file is read and the final ZIP is built in the browser with JSZip. We do not store your pack as a user upload. Overrides are copied locally. Listed mod JARs are downloaded from the URLs in modrinth.index.json. When a CDN blocks the browser, the page may use a small same-site download helper (/api/proxy) only to fetch that public file. That is not the same as uploading your pack to our servers, but conversion still needs network access and is not fully offline.
Why do some mods fail to download during conversion?
Some hosts or CDNs refuse the request, rate-limit, or expire links. When a file cannot be fetched, the converter still builds the ZIP and adds FAILED_DOWNLOADS.txt with the expected path and every download URL for that mod. Download those few files manually and place them in the listed folders.
What is modrinth.index.json inside an mrpack?
It is a bill of materials: each mod path (for example mods/sodium-fabric-0.5.8.jar), integrity hashes, and one or more download URLs. The .mrpack is often small because the JARs are not always embedded. Launchers or this tool fetch them. Overrides folders hold configs and other files that do ship inside the archive.
Can I use the output ZIP with the official Minecraft Launcher?
Not as a one-click modpack import. The ZIP is a normal folder layout (mods, configs from overrides, and so on). Install Fabric, Forge, Quilt, or NeoForge yourself, then copy the extracted folders into your instance. Server panels that accept a ZIP extract often work the same way. Prism, MultiMC, and similar launchers may still prefer importing the original .mrpack when they support it.
What is the difference between overrides and mod downloads?
Overrides are files packed inside the .mrpack (configs, scripts, resource packs, datapacks). Mod entries are usually URL references. The converter downloads them into the paths from the index. Both end up in the output ZIP when downloads succeed.
Does this work with Fabric, Forge, Quilt, and NeoForge packs?
Yes for valid Modrinth .mrpack files. The format is loader-agnostic file paths plus a dependencies field. This converter does not install the loader for you. Check pack-info.json in the ZIP and install the matching loader and Minecraft version separately.

Altri strumenti che potrebbero servirti mentre sei qui