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": "" }