-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
40 lines (40 loc) · 1.1 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": "BeatLeaderModifiers",
"id": "BeatLeaderModifiers",
"author": "NSGolova",
"version": "0.2.1",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.25.1",
"coverImage": "cover.png",
"dependencies": [
{
"version": "^0.7.0",
"id": "bs-utils",
"downloadIfMissing": "https://github.com/sc2ad/QuestBS-Utils/releases/download/v0.7.2/BS-Utils.qmod"
},
{
"version": "^0.15.21",
"id": "custom-types",
"downloadIfMissing": "https://github.com/sc2ad/Il2CppQuestTypePatching/releases/download/v0.15.22/CustomTypes.qmod"
},
{
"version": "^0.28.0",
"id": "codegen",
"downloadIfMissing": "https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.28.0/Codegen.qmod"
},
{
"version": "^0.17.3",
"id": "questui",
"downloadIfMissing": "https://github.com/darknight1050/QuestUI/releases/download/v0.17.5/QuestUI.qmod"
}
],
"modFiles": [
"libblmodifiers.so"
],
"libraryFiles": [
"libbeatsaber-hook_3_14_0.so"
],
"fileCopies": [],
"copyExtensions": []
}