-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
59 lines (59 loc) · 1.08 KB
/
Copy pathmanifest.json
File metadata and controls
59 lines (59 loc) · 1.08 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"format_version": 2,
"header": {
"name": "GTAPI",
"description": "API Wrapper/library For Bedrock Edition Gametests Scripting API",
"uuid": "9a530918-6fc9-3c31-8384-7f776a7ad2d7",
"version": [
1,
0,
0
],
"min_engine_version": [
1,
17,
0
]
},
"modules": [
{
"type": "data",
"uuid": "bb42bb39-ee0b-bb7d-15b7-d24410fc3953",
"version": [
1,
0,
0
]
},
{
"type": "javascript",
"uuid": "a0ef5c81-25ba-1a48-6a60-db2c57b75fc3",
"version": [
1,
0,
0
],
"entry": "scripts/server/index.js"
}
],
"dependencies": [
{
"description": "Minecraft module, required to use the Minecraft module",
"uuid": "b26a4d4c-afdf-4690-88f8-931846312678",
"version": [
0,
1,
0
]
},
{
"description": "GameTest module, required to use the GameTest module",
"uuid": "6f4b6893-1bb6-42fd-b458-7fa3d0c89616",
"version": [
0,
1,
0
]
}
]
}