forked from Tatenshi/RecentlyPlayed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
44 lines (44 loc) · 1.24 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
44
{
"_QPVersion": "1.1.0",
"name": "RecentlyPlayed",
"id": "RecentlyPlayed",
"modloader": "Scotland2",
"author": "Tatenshi",
"version": "1.0.1",
"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.8",
"id": "custom-types",
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.6/CustomTypes.qmod"
},
{
"version": "^0.4.36",
"id": "bsml",
"downloadIfMissing": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.18/BSML.qmod"
},
{
"version": "^3.6.3",
"id": "paper",
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v3.6.3/paperlog.qmod"
},
{
"version": "^1.1.13",
"id": "songcore",
"downloadIfMissing": "https://github.com/raineio/Quest-SongCore/releases/download/v1.1.2/SongCore.qmod"
}
],
"modFiles": [],
"lateModFiles": [
"libRecentlyPlayed.so"
],
"libraryFiles": [
"libbeatsaber-hook_5_1_8.so",
"libsl2.so"
],
"fileCopies": [],
"copyExtensions": []
}