-
Notifications
You must be signed in to change notification settings - Fork 8
/
bmbfmod.json
36 lines (36 loc) · 990 Bytes
/
bmbfmod.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
{
"id": "TrickSaber",
"name": "Trick Saber",
"author": "zoller27osu",
"description": [
"A port of the PC original mod by Toni Macaroni.",
"See https://tonimacaroni.github.io/TrickSaber-Docs/Configuration for config explanations."
],
"category": "Gameplay",
"gameVersion": "1.11.1",
"version": "0.2.2",
"platform": "Quest",
"components": [
{
"type": "HookMod",
"installAction": {
"installLibraryFile": "libtricksaber.so"
},
"uninstallAction": {
"removeLibraryFile": "libtricksaber.so"
}
},
{
"type": "HookModLibrary",
"installAction": {
"installLibraryFile": "libbeatsaber-hook_0_5_4.so"
}
},
{
"type": "HookModLibrary",
"installAction": {
"installLibraryFile": "libbs-utils.so"
}
}
]
}