MCTOOLBOX
MC ToolboxMC TOOLBOX

Konverter MRPack ke ZIP

Ubah .mrpack Modrinth menjadi ZIP mods dan overrides standar. Gratis, tanpa akun. File paket tetap lokal. Unduhan mod memerlukan akses internet.

MRPACK

Letakkan file .mrpack Anda di sini

atau klik untuk menjelajah file

Tidak perlu akun. File .mrpack Anda dibaca di browser dan ZIP dirakit di sana. File mod diambil dari URL unduhan publik (helper situs yang sama dapat digunakan saat CDN memblokir browser). Kami tidak meminta Anda membuat akun untuk mengonversi paket.

MC Toolbox · Utilitas Modpack

Konversi .mrpack ke ZIP saat peluncur atau server Anda tidak dapat mengimpor paket Modrinth

File .mrpack sebagian besar adalah manifest. Berisi modrinth.index.json dengan setiap jalur mod, URL unduhan, dan hash. File JAR sering tidak ada di dalam arsip. Peluncur yang mendukung Modrinth mengambil file tersebut untuk Anda. Peluncur resmi, Technic, dan banyak panel server tidak, sehingga mereka menolak .mrpack.

Konverter MRPack ke ZIP gratis ini melakukan langkah pengunduhan di browser Anda. Ia membaca indeks, mengunduh setiap mod yang terdaftar jika host mengizinkannya, menyalin file override (config, script, resource pack), dan membuat ZIP yang bisa Anda ekstrak ke folder instance game atau server. Anda tetap perlu mod loader dan versi Minecraft yang sesuai. ZIP ini bukan instalasi sekali klik untuk semua launcher.

Apa yang sebenarnya terjadi di dalamnya

Empat langkah. Pembongkaran dan perakitan ZIP berjalan di tab browser Anda. Unduhan mod menggunakan URL publik dari indeks (dan helper same-site jika CDN memblokir akses browser langsung).

Langkah 1
Baca indeks
Membuka mrpack (berupa arsip ZIP) dan mengurai modrinth.index.json untuk nama pack, versi game, dependensi loader, dan daftar mod lengkap.
Langkah 2
Salin override secara langsung
File di overrides/, client-overrides/, dan server-overrides/ disalin ke output. Ini mencakup config, script, dan resource pack yang disertakan penulis.
Langkah 3
Ambil setiap mod
Setiap entri mod memiliki satu atau lebih URL unduhan. Konverter mencobanya dan menulis file di path sesuai indeks. Jika semua URL gagal, path dan URL tersebut masuk ke FAILED_DOWNLOADS.txt agar Anda bisa menyelesaikannya secara manual.
Langkah 4
Buat dan tawarkan ZIP
Merakit ZIP dengan kompresi, menambahkan ringkasan pack-info.json (nama, versi, petunjuk loader), dan memulai unduhan browser. File .mrpack asli Anda tidak disimpan sebagai unggahan akun situs.

Launcher mana yang benar-benar mendukung .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 LauncherYesNoImpor dari Modrinth atau file
ATLauncherYesNoImpor dari tab Modrinth
MultiMCYesNoTambah Instance, lalu Impor
GDLauncherYesNoCari dan instal sekali klik
CurseForge AppPartialSometimesTerutama pack yang dihosting CurseForge
Official LauncherNoYesInstal mod loader terlebih dahulu
Technic LauncherNoYesHanya impor ZIP
Server panelsNoYesPterodactyl, Apex, Shockbyte, dan sejenisnya

Pertanyaan yang benar-benar ditanyakan kepada saya

Ditambah beberapa yang saya perkirakan akan ditanyakan orang sebelum mereka bertanya.

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.

Alat lain yang mungkin Anda perlukan saat di sini