-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
44 lines (44 loc) · 1.23 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
{
"format_version": 2,
"header": {
"name": "Deadlock",
"description": "A behavior pack tool for Minecraft Bedrock utilizing the Gametest API ~ v1.0.0",
"uuid": "3de056b2-3a44-4502-ad87-40443316fe47",
"version": [1, 0, 0],
"min_engine_version": [1, 19, 60]
},
"metadata": {
"authors": ["Visual1mpact"],
"license": "GPLv3",
"url": "https://github.com/Visual1mpact/Deadlock"
},
"modules": [
{
"type": "data",
"uuid": "0812e144-e95f-41cc-8d4a-bd4a429f9685",
"version": [1, 0, 0]
},
{
"description": "Deadlock Gametest Features",
"language": "javascript",
"type": "script",
"uuid": "1326c87b-37f3-4543-9f0f-0d03893134e1",
"version": [1, 0, 0],
"entry": "scripts/deadlock.js"
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.1.0-beta"
},
{
"module_name": "@minecraft/server-gametest",
"version": "1.0.0-beta"
},
{
"module_name": "@minecraft/server-ui",
"version": "1.0.0-beta"
}
]
}