-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.json
38 lines (38 loc) · 1.03 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
{
"_QPVersion": "0.1.1",
"name": "In-Game Text",
"id": "InGameText",
"modloader": "Scotland2",
"author": "CGray1234",
"version": "2.2.0",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.35.0_8016709773",
"description": "Add fully-customizable text into your game!",
"coverImage": "cover.png",
"dependencies": [
{
"version": "^3.6.3",
"id": "paper",
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v3.6.3/paperlog.qmod"
},
{
"version": "^0.4.20",
"id": "bsml",
"downloadIfMissing": "https://github.com/RedBrumbler/Quest-BSML/releases/download/v0.4.20/BSML.qmod"
},
{
"version": "^0.17.6",
"id": "custom-types",
"downloadIfMissing": "https://github.com/QuestPackageManager/Il2CppQuestTypePatching/releases/download/v0.17.6/CustomTypes.qmod"
}
],
"modFiles": [
"libInGameText.so"
],
"lateModFiles": [],
"libraryFiles": [
"libbeatsaber-hook_5_1_6.so"
],
"fileCopies": [],
"copyExtensions": []
}