-
Notifications
You must be signed in to change notification settings - Fork 2
/
bmbfmod.json
33 lines (33 loc) · 842 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
{
"id": "particletuner",
"name": "Particles",
"version": "1.17.1",
"author": "marcuszhou",
"description": [
"Boost or reduce note-cutting and environmental particle effects. QuestParticles is a port of the ParticleOverdrive mod from PC to the Quest."
],
"coverImageFilename": "cover.gif",
"category": "Gameplay",
"gameVersion": "1.17.1",
"links": {
"project-home": "https://github.com/SuperMarcus/QuestParticleTuner"
},
"platform": "Quest",
"components": [
{
"Type": "HookMod",
"InstallAction": {
"InstallLibraryFile": "libparticletuner.so"
},
"UninstallAction": {
"RemoveLibraryFile": "libparticletuner.so"
}
},
{
"type": "HookModLibrary",
"installAction": {
"installLibraryFile": "libbeatsaber-hook_2_3_0.so"
}
}
]
}