MCTOOLBOX
MC ToolboxMC TOOLBOX

MRPack'ten ZIP'e Dönüştürücü

Bir Modrinth .mrpack dosyasını standart bir mods ve overrides ZIP'ine dönüştürün. Ücretsiz, hesap gerektirmez. Paket dosyaları yerel kalır. Mod indirmeleri ağ erişimi gerektirir.

MRPACK

.mrpack dosyanızı buraya sürükleyin

veya dosyalara göz atmak için tıklayın

Hesap gerekmez. .mrpack dosyanız tarayıcıda okunur ve ZIP orada oluşturulur. Mod dosyaları genel indirme URL'lerinden alınır (bir CDN tarayıcıyı engellediğinde aynı site yardımcısı kullanılabilir). Bir paketi dönüştürmek için sizden hesap oluşturmanızı istemiyoruz.

MC Toolbox · Modpack Yardımcı Programları

Başlatıcınız veya sunucunuz Modrinth paketlerini içe aktaramadığında .mrpack'i ZIP'e dönüştürün

Bir .mrpack çoğunlukla bir manifestodur. Her mod yolu, indirme URL'si ve hash ile modrinth.index.json içerir. JAR dosyaları genellikle arşivin içinde değildir. Modrinth'i destekleyen başlatıcılar bu dosyaları sizin için getirir. Resmi başlatıcı, Technic ve birçok sunucu paneli bunu yapmaz, bu yüzden .mrpack'i reddederler.

Bu ücretsiz MRPack'ten ZIP'e dönüştürücü, tarayıcınızda getirme adımını gerçekleştirir. Dizini okur, ana bilgisayar izin verdiğinde listelenen her modu indirir, geçersiz kılma dosyalarını (yapılandırmalar, komut dosyaları, kaynak paketleri) kopyalar ve bir oyun örneğine veya sunucu klasörüne çıkarabileceğiniz bir ZIP oluşturur. Hala doğru mod yükleyicisine ve Minecraft sürümüne ihtiyacınız var. ZIP, her başlatıcı için tek tıklamayla yükleme değildir.

İçeride gerçekten ne oluyor

Dört adım. Açma ve ZIP birleştirme tarayıcı sekmenizde çalışır. Mod indirmeleri, dizindeki genel URL'leri kullanır (ve bir CDN doğrudan tarayıcı erişimini engellerse aynı site yardımcısı kullanılabilir).

Step 1
Dizini oku
mrpack'i (bir ZIP arşivi) açar ve paket adı, oyun sürümü, yükleyici bağımlılıkları ve tam mod listesi için modrinth.index.json dosyasını ayrıştırır.
Step 2
Overrides doğrudan kopyala
overrides/, client-overrides/ ve server-overrides/ içindeki dosyalar çıktıya kopyalanır. Bu, yapılandırmaları, komut dosyalarını ve yazarın dahil ettiği paketlenmiş Resource Packs'i kapsar.
Step 3
Her modu getir
Her mod girişi bir veya daha fazla indirme URL'sine sahiptir. Dönüştürücü bunları dener ve dosyayı dizindeki yola yazar. Her URL başarısız olursa, yol ve URL'ler FAILED_DOWNLOADS.txt dosyasına gider, böylece manuel olarak tamamlayabilirsiniz.
Step 4
ZIP oluştur ve sun
ZIP'i sıkıştırma ile birleştirir, bir pack-info.json özeti (ad, sürüm, yükleyici ipuçları) ekler ve bir tarayıcı indirmesi başlatır. Orijinal .mrpack dosyanız bir site hesabı yüklemesi olarak saklanmaz.

Hangi başlatıcılar aslında .mrpack'i destekliyor

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 LauncherYesNoModrinth'ten veya dosyadan içe aktar
ATLauncherYesNoModrinth sekmesinden içe aktar
MultiMCYesNoInstance ekle, sonra içe aktar
GDLauncherYesNoAra ve tek tıklamayla yükle
CurseForge AppPartialSometimesGenellikle CurseForge barındırılan paketler
Official LauncherNoYesÖnce Mod Loader'ı yükle
Technic LauncherNoYesSadece ZIP içe aktarma
Server panelsNoYesPterodactyl, Apex, Shockbyte ve benzerleri

Bana gerçekten sorulan sorular

Artı, insanların sormadan önce soracaklarını düşündüğüm birkaç soru.

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.

Buradayken isteyebileceğiniz diğer araçlar