diff --git a/manifest/music-quiz.json b/manifest/music-quiz.json index 9db3a07..26448e6 100644 --- a/manifest/music-quiz.json +++ b/manifest/music-quiz.json @@ -2,14 +2,15 @@ "name": "음악퀴즈_test", "mcVersion": "26.1.2", "platform": { - "type": "fabric" + "type": "fabric", + "downloadUrl": "/fabric-installer.jar" }, - "modsFolder": "", - "resourcepackPath": "", + "modsFolder": "music-quiz", + "resourcepackPath": "music-quiz.zip", "serverMinRam": 2048, "serverMaxRam": 8192, "clientMinRam": 4096, "clientRecommendedRam": 8192, "mapPath": "music-quiz-map.zip", - "serverPath": "" + "serverPath": "music-quiz-server.zip" }