2025-06-02 13:30:49 +08:00

37 lines
845 B
JSON

{
"schemaVersion": 1,
"id": "disc_jockey_revive",
"version": "${version}",
"name": "Disc Jockey",
"description": "在游戏中播放音符盒(打碟机)",
"authors": [
"SemmieDev",
"EnderKill98",
"BRanulf(仅限该版本,请支持上面两个原作者)"
],
"contact": {
"homepage": "https://git.branulf.top/Branulf",
"sources": "https://git.branulf.top/Branulf/DIsc_Jockey_revive"
},
"license": "MIT",
"icon": "assets/disc_jockey/icon.png",
"environment": "client",
"entrypoints": {
"client": [
"semmiedev.disc_jockey_revive.Main"
],
"modmenu": [
"semmiedev.disc_jockey_revive.ModMenuIntegration"
]
},
"mixins": [
"disc_jockey.mixins.json"
],
"depends": {
"fabric": "*",
"minecraft": "~1.21.4",
"java": ">=21",
"cloth-config": "*"
}
}