forked from bsq-ports/Chroma
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
58 lines (58 loc) · 1.85 KB
/
mod.json
File metadata and controls
58 lines (58 loc) · 1.85 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
48
49
50
51
52
53
54
55
56
57
58
{
"$schema": "https://raw.githubusercontent.com/Lauriethefish/QuestPatcher.QMod/refs/heads/main/QuestPatcher.QMod/Resources/qmod.schema.json",
"_QPVersion": "0.1.1",
"name": "Chroma",
"id": "chroma",
"modloader": "Scotland2",
"author": "Aeroluna",
"porter": "FernTheDev, nyamimi~",
"version": "2.9.4",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.40.8_7379",
"description": "Colors!",
"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.3/CustomTypes.qmod"
},
{
"version": "^0.24.2",
"id": "custom-json-data",
"downloadIfMissing": "https://github.com/bsq-ports/CustomJSONData/releases/download/v0.24.3/custom-json-data.qmod"
},
{
"version": "^0.4.54",
"id": "bsml",
"downloadIfMissing": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.54/BSML.qmod"
},
{
"version": "^2.4.3",
"id": "tracks",
"downloadIfMissing": "https://github.com/bsq-ports/Tracks/releases/download/v2.4.3/Tracks.qmod"
},
{
"version": "^1.1.23",
"id": "songcore",
"downloadIfMissing": "https://github.com/raineaeternal/Quest-SongCore/releases/download/v1.1.23/SongCore.qmod"
},
{
"version": "^4.6.4",
"id": "paper2_scotland2",
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.4/paper2_scotland2.qmod"
}
],
"modFiles": [],
"lateModFiles": [
"libchroma.so"
],
"libraryFiles": [],
"fileCopies": [],
"copyExtensions": []
}