MCTOOLBOX
MC ToolboxMC TOOLBOX

MRPack을 ZIP으로 변환기

Modrinth .mrpack을 표준 모드 및 오버라이드 ZIP으로 변환합니다. 무료, 계정 불필요. 팩 파일은 로컬에 유지됩니다. 모드 다운로드에는 네트워크 액세스가 필요합니다.

MRPACK

.mrpack 파일을 여기에 드롭하세요

또는 클릭하여 파일 찾아보기

계정은 필요하지 않습니다. .mrpack 파일은 브라우저에서 읽히고 ZIP은 브라우저에서 조립됩니다. 모드 파일은 공개 다운로드 URL에서 가져옵니다(CDN이 브라우저를 차단할 경우 동일 사이트 도우미가 사용될 수 있습니다). 팩을 변환하기 위해 계정을 만들도록 요구하지 않습니다.

MC Toolbox · 모드팩 유틸리티

런처나 서버가 Modrinth 팩을 가져올 수 없을 때 .mrpack을 ZIP으로 변환

.mrpack은 대부분 매니페스트입니다. 각 모드의 경로, 다운로드 URL 및 해시가 포함된 modrinth.index.json을 포함합니다. JAR 파일은 종종 아카이브 내부에 없습니다. Modrinth를 지원하는 런처는 해당 파일을 가져오지만, 공식 런처, Technic 및 많은 서버 패널은 그렇지 않으므로 .mrpack을 거부합니다.

이 무료 MRPack-to-ZIP 변환기는 브라우저에서 가져오기 단계를 수행합니다. 인덱스를 읽고, 호스트가 허용하는 경우 나열된 각 모드를 다운로드하고, 오버라이드 파일(configs, scripts, Resource Packs)을 복사하여 게임 인스턴스 또는 서버 폴더에 추출할 수 있는 ZIP을 만듭니다. 올바른 mod loader와 Minecraft 버전은 여전히 필요합니다. 이 ZIP은 모든 런처에서 원클릭 설치가 아닙니다.

내부에서 실제로 일어나는 일

네 단계. 압축 해제 및 ZIP 조립은 브라우저 탭에서 실행됩니다. 모드 다운로드는 인덱스의 공개 URL을 사용합니다(CDN이 직접 브라우저 액세스를 차단하는 경우 동일 사이트 도우미가 사용될 수 있습니다).

Step 1
인덱스 읽기
mrpack(ZIP 아카이브)을 열고 modrinth.index.json을 파싱하여 팩 이름, 게임 버전, 로더 종속성 및 전체 모드 목록을 확인합니다.
Step 2
오버라이드 직접 복사
overrides/, client-overrides/, server-overrides/의 파일은 출력으로 복사됩니다. 여기에는 작성자가 포함한 configs, scripts 및 번들 Resource Packs가 포함됩니다.
Step 3
각 모드 가져오기
각 모드 항목에는 하나 이상의 다운로드 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.

여기에 있는 동안 필요할 수 있는 다른 도구