기본 내용 수정

This commit is contained in:
tkrmagid-desktop
2026-05-11 03:31:07 +09:00
parent 01a34e08aa
commit 4e7a7023cd
2 changed files with 7 additions and 8 deletions

View File

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

View File

@@ -1,16 +1,15 @@
{ {
"name": "음악퀴즈 v1", "name": "음악퀴즈_test",
"mcVersion": "1.20.1", "mcVersion": "26.1.2",
"platform": { "platform": {
"type": "forge", "type": "fabric"
"downloadUrl": "/forge-installer.jar"
}, },
"modsFolder": "music-quiz", "modsFolder": "",
"resourcepackPath": "music-quiz.zip", "resourcepackPath": "",
"serverMinRam": 2048, "serverMinRam": 2048,
"serverMaxRam": 8192, "serverMaxRam": 8192,
"clientMinRam": 4096, "clientMinRam": 4096,
"clientRecommendedRam": 8192, "clientRecommendedRam": 8192,
"mapPath": "music-quiz-map.zip", "mapPath": "music-quiz-map.zip",
"serverPath": "music-quiz-server.zip" "serverPath": ""
} }