-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmod.json
43 lines (43 loc) · 1.23 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
41
42
43
{
"_QPVersion": "1.1.0",
"name": "RecentlyPlayed",
"id": "RecentlyPlayed",
"modloader": "Scotland2",
"author": "Tatenshi",
"version": "1.0.0",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.37.0_9064817954",
"description": "Adds a history tab that displays the most recently played maps",
"coverImage": "",
"dependencies": [
{
"version": "^0.17.10",
"id": "custom-types",
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.10/CustomTypes.qmod"
},
{
"version": "^0.4.43",
"id": "bsml",
"downloadIfMissing": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.43/BSML.qmod"
},
{
"version": "^3.6.3",
"id": "paper",
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v3.6.4/paperlog.qmod"
},
{
"version": "^1.1.14",
"id": "songcore",
"downloadIfMissing": "https://github.com/raineio/Quest-SongCore/releases/download/v1.1.14/SongCore.qmod"
}
],
"modFiles": [],
"lateModFiles": [
"libRecentlyPlayed.so"
],
"libraryFiles": [
"libbeatsaber-hook_5_1_9.so"
],
"fileCopies": [],
"copyExtensions": []
}