-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmanifest.json
42 lines (42 loc) · 993 Bytes
/
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
{
"format_version": 2,
"header": {
"name": "pack.name",
"description": "pack.description",
"min_engine_version": [1, 20, 80],
"uuid": "c8e88707-7700-4e2f-97da-9e46f9c0cb51",
"version": [1, 7, 3]
},
"modules": [
{
"description": "Data Module",
"type": "data",
"uuid": "092288a4-278f-40a1-9ae4-6870d062c077",
"version": [1, 0, 0]
},
{
"description": "Script API Module",
"language": "javascript",
"type": "script",
"uuid": "9091509e-481e-4158-bac8-59ffe581fc88",
"version": [1, 0, 0],
"entry": "scripts/index.js"
}
],
"capabilities": ["script_eval"],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.11.0-beta"
},
{
"module_name": "@minecraft/server-ui",
"version": "1.2.0-beta"
}
],
"metadata": {
"authors": ["Smell of curry"],
"license": "MIT",
"url": "https://github.com/smell-of-curry/pokebedrock"
}
}