-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathmod.json
More file actions
33 lines (33 loc) · 914 Bytes
/
Copy pathmod.json
File metadata and controls
33 lines (33 loc) · 914 Bytes
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
{
"_QPVersion": "0.1.1",
"name": "Monke Computer",
"id": "MonkeComputer",
"author": "RedBrumbler",
"version": "1.3.2",
"packageId": "com.AnotherAxiom.GorillaTag",
"packageVersion": "1.0.5",
"type": "Gameplay",
"isLibrary": true,
"dependencies": [
{
"id": "monkecodegen",
"version": "^0.2.4",
"downloadIfMissing": "https://github.com/RedBrumbler/MonkeCodegen/releases/download/0.2.4/MonkeCodegen.qmod"
}
],
"modFiles": [
],
"libraryFiles": [
"libmonkecomputer.so",
"libbeatsaber-hook_1_3_3.so",
"libcustom-types.so",
"libquest-cosmetic-loader_0_1_3.so",
"libzip.so"
],
"fileCopies": [
{
"name": "Monitor.package",
"destination": "/sdcard/ModData/com.AnotherAxiom.GorillaTag/Mods/MonkeComputer/Monitor.package"
}
]
}