MCTOOLBOX
MC ToolboxMC TOOLBOX

MRPackからZIPへのコンバーター

Modrinthの.mrpackを標準のmodsとオーバーライドのZIPに変換します。無料、アカウント不要。パックファイルはローカルに保持されます。Modのダウンロードにはネットワークアクセスが必要です。

MRPACK

.mrpackファイルをここにドロップ

またはクリックしてファイルを参照

アカウントは不要です。.mrpackはブラウザで読み込まれ、ZIPはそこで組み立てられます。Modファイルは公開ダウンロードURLから取得されます(CDNがブラウザをブロックする場合、同一サイトのヘルパーが使用されることがあります)。パックの変換にアカウント作成を求めることはありません。

MC Toolbox · Modpackユーティリティ

ランチャーやサーバーがModrinthパックをインポートできない場合に.mrpackをZIPに変換

.mrpackは主にマニフェストです。各modのパス、ダウンロードURL、ハッシュを含むmodrinth.index.jsonが含まれています。JARファイルはアーカイブ内にないことがよくあります。Modrinthをサポートするランチャーはこれらのファイルを自動的に取得しますが、公式ランチャー、Technic、および多くのサーバーパネルはそうではないため、.mrpackを拒否します。

この無料のMRPackからZIPへのコンバーターは、ブラウザで取得ステップを実行します。インデックスを読み取り、ホストが許可する場合にはリストされた各modをダウンロードし、オーバーライドファイル(configs、scripts、Resource Packs)をコピーして、ゲームインスタンスまたはサーバーフォルダに抽出できるZIPを構築します。正しいmod loaderとMinecraftのバージョンは別途必要です。このZIPはすべてのランチャーでワンクリックインストールできるわけではありません。

内部で実際に起こること

4つのステップ。解凍とZIPの組み立てはブラウザタブで実行されます。Modのダウンロードはインデックスからの公開URLを使用します(CDNが直接ブラウザアクセスをブロックする場合、同一サイトのヘルパーが使用されることがあります)。

Step 1
インデックスを読み取る
mrpack(ZIPアーカイブ)を開き、modrinth.index.jsonを解析してパック名、ゲームバージョン、ローダーの依存関係、および完全なmodリストを取得します。
Step 2
オーバーライドを直接コピー
overrides/、client-overrides/、server-overrides/内のファイルは出力にコピーされます。これには、configs、scripts、および作者が含んだResource Packsが含まれます。
Step 3
各modを取得
各modエントリには1つ以上のダウンロードURLがあります。コンバーターはそれらを試行し、インデックス内のパスにファイルを書き込みます。すべてのURLが失敗した場合、パスとURLはFAILED_DOWNLOADS.txtに記録され、手動で完了できます。
Step 4
ZIPを構築して提供
圧縮してZIPを組み立て、pack-info.jsonの概要(名前、バージョン、ローダーのヒント)を追加し、ブラウザでのダウンロードを開始します。元の.mrpackはサイトアカウントのアップロードとして保存されません。

どのランチャーが実際に.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 LauncherYesNoModrinthまたはファイルからインポート
ATLauncherYesNoModrinthタブからインポート
MultiMCYesNoインスタンスを追加し、インポート
GDLauncherYesNo検索してワンクリックインストール
CurseForge AppPartialSometimes主にCurseForgeでホストされているパック
Official LauncherNoYesまずmod loaderをインストールしてください
Technic LauncherNoYesZIPインポートのみ
Server panelsNoYesPterodactyl、Apex、Shockbyteなど

実際に聞かれた質問

それに加えて、人々が尋ねるだろうと思ったいくつかの質問。

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.

ここにあると便利なその他のツール