forked from bsq-ports/NoodleExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
49 lines (49 loc) · 1.53 KB
/
mod.json
File metadata and controls
49 lines (49 loc) · 1.53 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
{
"_QPVersion": "0.1.1",
"name": "NoodleExtensions",
"id": "NoodleExtensions",
"modloader": "Scotland2",
"author": "StackDoubleFlow",
"version": "1.0.0",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.40.8_7379",
"description": "This adds a host of new things you can do with your maps. Original mod for PC by Aeroluna. Contributions by Fern and Sc2ad.",
"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.4",
"id": "custom-types",
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.18.4/CustomTypes.qmod"
},
{
"version": "^1.1.25",
"id": "songcore",
"downloadIfMissing": "https://github.com/raineaeternal/Quest-SongCore/releases/download/v1.1.25/SongCore.qmod"
},
{
"version": "^4.6.4",
"id": "paper2_scotland2",
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v4.7.0/paper2_scotland2.qmod"
},
{
"version": "^0.4.55",
"id": "bsml",
"downloadIfMissing": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.55/BSML.qmod"
}
],
"modFiles": [],
"lateModFiles": [
"libnoodleextensions.so"
],
"libraryFiles": [
"libtracks.so",
"libcustom-json-data.so"
],
"fileCopies": [],
"copyExtensions": []
}