-
Notifications
You must be signed in to change notification settings - Fork 4
/
manifest.json
59 lines (59 loc) · 1.35 KB
/
manifest.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
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": "Advanced-gametest-command-handler made by:\nBalloon and Notbeer.\nBalloon:\nxbox: Ball00nbag\ndiscord:baboonie#2522\n\nNotbeer:\nxbox: ColoringEmy89\ndiscord: notbeer#9204",
"description": "Most advanced bedrock gametest command handler! by:\nBalloon and Notbeer.\nBalloon:\nxbox: Ball00nbag\ndiscord:baboonie#2522\n\nNotbeer:\nxbox: ColoringEmy89\ndiscord: notbeer#9204",
"uuid": "2501f9aa-4878-038d-a4d3-d4902ef56bff",
"version": [
1,
0,
0
],
"min_engine_version": [
1,
17,
0
]
},
"modules": [
{
"type": "data",
"uuid": "b09a5243-26cd-8886-0cd4-69631825b16b",
"version": [
1,
0,
0
]
},
{
"type": "javascript",
"uuid": "f9598bf3-ea9f-48f8-eccc-23b3a52204a2",
"version": [
1,
0,
0
],
"entry": "scripts/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
]
}
]
}