-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
43 lines (43 loc) · 1.05 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
{
"format_version": 2,
"header": {
"name": "Bedrock Event Viewer",
"description": "Displays events retrieved by the Script API in the chat or debug console.",
"version": [1, 0, 0],
"uuid": "b2283bbe-67e8-4d74-829c-f723d2f67736",
"min_engine_version": [1, 13, 0]
},
"modules": [
{
"type": "data",
"description": "Bedrock Event Viewer behavior module",
"version": [1, 0, 0],
"uuid": "59f3e7c6-e108-4083-9432-b27a596cd104"
},
{
"type": "script",
"description": "BEV script",
"language": "javascript",
"uuid": "f7c6f8bd-7037-4cea-a021-d9a9fc75e589",
"version": [1, 0, 0],
"entry": "scripts/main.js"
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.7.0"
}
],
"metadata": {
"authors": [
"TCMB-Project",
"gensokyo-kenken"
],
"url": "https://github.com/TCMB-Project/BedrockEventViewer",
"license": "zlib license",
"generated_with": {
"TokaTools-Manifest-Generator": ["1.8.0"]
}
}
}