2 Commits

Author SHA1 Message Date
678e886a52 Wire up 음악퀴즈_test manifest to local test artifacts
Fill empty platform.downloadUrl / modsFolder / resourcepackPath / serverPath
so the test pack drives a complete installer flow end-to-end.

Test artifacts (gitignored, must be present locally under file/):
  file/platforms/fabric-installer.jar  (real fabric installer 1.0.1)
  file/mods/music-quiz/music-quiz-test-mod.jar  (stub fabric mod)
  file/resourcepacks/music-quiz.zip  (stub resourcepack)
  file/maps/music-quiz-map.zip  (stub world)
  file/servers/music-quiz-server.zip  (stub server with eula.txt=false to exercise EULA popup)

mcVersion "26.1.2" left as user authored; not a real MC version,
so 게임 실행 단계는 실패할 수 있음 — installer flow itself runs through.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-11 03:36:30 +09:00
tkrmagid-desktop
4e7a7023cd 기본 내용 수정 2026-05-11 03:31:07 +09:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{ {
"packs": [ "packs": [
{ {
"name": "음악퀴즈 v1", "name": "음악퀴즈_test",
"file": "music-quiz" "file": "music-quiz"
} }
] ]

View File

@@ -1,9 +1,9 @@
{ {
"name": "음악퀴즈 v1", "name": "음악퀴즈_test",
"mcVersion": "1.20.1", "mcVersion": "26.1.2",
"platform": { "platform": {
"type": "forge", "type": "fabric",
"downloadUrl": "/forge-installer.jar" "downloadUrl": "/fabric-installer.jar"
}, },
"modsFolder": "music-quiz", "modsFolder": "music-quiz",
"resourcepackPath": "music-quiz.zip", "resourcepackPath": "music-quiz.zip",