-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
61 lines (61 loc) · 1.08 KB
/
manifest.json
File metadata and controls
61 lines (61 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
60
61
{
"format_version": 2,
"metadata": {
"product_type": "addon"
},
"header": {
"name": "[1.21.94] 高级命令 (AdvancedCommand)",
"description": "高级命令",
"min_engine_version": [
1,
21,
0
],
"uuid": "58a2cb4b-df6c-4366-a396-fd9dabaef503",
"version": [
1,
1,
1
]
},
"modules": [
{
"type": "data",
"uuid": "58fe16a3-1095-473e-84ae-a444e5950974",
"version": [
1,
0,
0
]
},
{
"type": "script",
"language": "javascript",
"uuid": "45b3178a-3b14-4308-a058-45cf738fa2d4",
"entry": "scripts/main.js",
"version": [
1,
0,
0
]
}
],
"dependencies": [
{
"module_name": "@minecraft/common",
"version": "1.2.0"
},
{
"module_name": "@minecraft/server",
"version": "2.1.0-beta"
},
{
"module_name": "@minecraft/server-ui",
"version": "2.1.0-beta"
},
{
"module_name": "@minecraft/debug-utilities",
"version": "1.0.0-beta"
}
]
}