forked from leonpeden/MonkeComputer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
39 lines (39 loc) · 1.12 KB
/
Copy pathmod.json
File metadata and controls
39 lines (39 loc) · 1.12 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
{
"_QPVersion": "0.1.1",
"name": "Monke Computer",
"id": "MonkeComputer",
"author": "RedBrumbler",
"version": "1.5.2",
"packageId": "com.AnotherAxiom.GorillaTag",
"packageVersion": "1.0.10",
"type": "Gameplay",
"description": "A library that adds the possibility to add a custom computer\nNeeds an activating mod to work",
"isLibrary": true,
"coverImage": "cover.png",
"dependencies": [
{
"id": "monkecodegen",
"version": ">=0.7.4",
"downloadIfMissing": "https://github.com/RedBrumbler/MonkeCodegen/releases/download/v0.7.4/MonkeCodegen.qmod"
},
{
"id": "gorillautils",
"version": ">=0.2.2",
"downloadIfMissing": "https://github.com/RedBrumbler/GorillaUtils/releases/latest/download/GorillaUtils.qmod"
}
],
"modFiles": [],
"libraryFiles": [
"libbeatsaber-hook_2_0_3.so",
"libcustom-types.so",
"libquest-cosmetic-loader_0_2_1.so",
"libzip.so",
"libmonkecomputer.so"
],
"fileCopies": [
{
"name": "Monitor.package",
"destination": "/sdcard/ModData/com.AnotherAxiom.GorillaTag/Mods/MonkeComputer/Monitor.package"
}
]
}