-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmod.json
More file actions
42 lines (42 loc) · 1.38 KB
/
mod.json
File metadata and controls
42 lines (42 loc) · 1.38 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
{
"$schema": "https://raw.githubusercontent.com/Lauriethefish/QuestPatcher.QMod/refs/heads/main/QuestPatcher.QMod/Resources/qmod.schema.json",
"_QPVersion": "0.1.1",
"name": "QBeatSaberPlus-NoteTweaker",
"id": "qbeatsaberplus-notetweaker",
"modloader": "Scotland2",
"author": "HardCPP",
"version": "6.4.1",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.40.4_5283",
"description": "Feel good!",
"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": "^4.6.4",
"id": "paper2_scotland2",
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.4/paper2_scotland2.qmod"
},
{
"version": "^6.4.1",
"id": "chatplex-sdk-bs",
"downloadIfMissing": "https://github.com/hardcpp/QuestChatPlexSDK-BS/releases/download/v6.4.1/ChatPlexSDK-BS.qmod"
}
],
"modFiles": [],
"lateModFiles": [
"libqbeatsaberplus-notetweaker.so"
],
"libraryFiles": [],
"fileCopies": [],
"copyExtensions": []
}