-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmod.json
More file actions
47 lines (47 loc) · 1.5 KB
/
mod.json
File metadata and controls
47 lines (47 loc) · 1.5 KB
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
41
42
43
44
45
46
47
{
"$schema": "https://raw.githubusercontent.com/Lauriethefish/QuestPatcher.QMod/refs/heads/main/QuestPatcher.QMod/Resources/qmod.schema.json",
"_QPVersion": "1.1.0",
"name": "TriickSaber",
"id": "TriickSaber",
"modloader": "Scotland2",
"author": "XODalG",
"version": "0.3.0",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.40.8_7379",
"description": "Perform various tricks with your saber",
"coverImage": "cover.png",
"dependencies": [
{
"version": "^6.4.2",
"id": "beatsaber-hook",
"downloadIfMissing": "https://github.com/QuestPackageManager/beatsaber-hook/releases/download/v6.4.2/beatsaber-hook.qmod"
},
{
"version": "^0.18.3",
"id": "custom-types",
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.4/CustomTypes.qmod"
},
{
"version": "^0.4.55",
"id": "bsml",
"downloadIfMissing": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.55/BSML.qmod"
},
{
"version": "^4.6.4",
"id": "paper2_scotland2",
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v4.7.0/paper2_scotland2.qmod"
},
{
"version": "^1.6.2",
"id": "metacore",
"downloadIfMissing": "https://github.com/Metalit/MetaCore/releases/download/v1.6.2/MetaCore.qmod"
}
],
"modFiles": [],
"lateModFiles": [
"libTriickSaber.so"
],
"libraryFiles": [],
"fileCopies": [],
"copyExtensions": []
}