From 4e7a7023cd31f0f5cee0974cb1695119ff8a71f0 Mon Sep 17 00:00:00 2001 From: tkrmagid-desktop Date: Mon, 11 May 2026 03:31:07 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=EB=82=B4=EC=9A=A9=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- manifest/music-quiz.json | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index 23cbb27..ba1459d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "packs": [ { - "name": "음악퀴즈 v1", + "name": "음악퀴즈_test", "file": "music-quiz" } ] diff --git a/manifest/music-quiz.json b/manifest/music-quiz.json index a71f64b..9db3a07 100644 --- a/manifest/music-quiz.json +++ b/manifest/music-quiz.json @@ -1,16 +1,15 @@ { - "name": "음악퀴즈 v1", - "mcVersion": "1.20.1", + "name": "음악퀴즈_test", + "mcVersion": "26.1.2", "platform": { - "type": "forge", - "downloadUrl": "/forge-installer.jar" + "type": "fabric" }, - "modsFolder": "music-quiz", - "resourcepackPath": "music-quiz.zip", + "modsFolder": "", + "resourcepackPath": "", "serverMinRam": 2048, "serverMaxRam": 8192, "clientMinRam": 4096, "clientRecommendedRam": 8192, "mapPath": "music-quiz-map.zip", - "serverPath": "music-quiz-server.zip" + "serverPath": "" }