-
Notifications
You must be signed in to change notification settings - Fork 2
/
mod.json
41 lines (39 loc) · 1.27 KB
/
mod.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"_QPVersion": "0.1.1",
"name": "QonsistentSaberColors",
"id": "QonsistentSaberColors",
"author": "Henri",
"version": "1.1.2",
"packageId": "com.beatgames.beatsaber",
"coverImage": "Cover.jpg",
"packageVersion": "1.21.0",
"description": "Menu saber colors reflect in game saber colors. @drumtool#4435",
"dependencies": [
{
"version": "^0.15.9",
"id": "custom-types",
"downloadIfMissing": "https://github.com/sc2ad/Il2CppQuestTypePatching/releases/download/v0.15.9/CustomTypes.qmod"
},
{
"version": "^0.22.0",
"id": "codegen",
"downloadIfMissing": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.22.0/Codegen.qmod"
},
{
"version": "^0.13.5",
"id": "questui",
"downloadIfMissing": "https://github.com/darknight1050/questui/releases/download/v0.13.5/QuestUI.qmod"
},
{
"version": "^0.13.3",
"id": "questui",
"downloadIfMissing": "https://github.com/darknight1050/questui/releases/download/v0.13.4/QuestUI.qmod"
}
],
"modFiles": [
"lib-qonsistentsabercolors.so"
],
"libraryFiles": [
"libbeatsaber-hook_3_8_1.so"
]
}