-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmake.json
More file actions
43 lines (43 loc) · 761 Bytes
/
make.json
File metadata and controls
43 lines (43 loc) · 761 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
34
35
36
37
38
39
40
41
42
43
{
"global": {
"info": {
"name": "ModPE Support",
"description": "Ported ModPE To Horizon.",
"author": "Tenumn",
"version": "1.0.0",
"icon": "src/icon.png"
},
"api": "CoreEngine"
},
"make": {
"debugAbi": "armeabi-v7a",
"abis": [
"armeabi-v7a",
"x86"
],
"linkNative": [
"minecraftpe",
"innercore",
"nativejs"
],
"excludeFromRelease": [],
"pushTo": "storage/emulated/0/games/horizon/packs/inner_core/innercore/mods/ModPE",
"ndkPath": null
},
"resources": [],
"sources": [
{
"source": "src/dev",
"target": "main.js",
"type": "main",
"language": "typescript"
},
{
"source": "src/launcher.js",
"type": "launcher",
"language": "javascript"
}
],
"compile": [],
"additional": []
}