-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
39 lines (39 loc) · 1.02 KB
/
manifest.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"format_version": 2,
"header": {
"name": "DatabaseMC",
"description": "Developed by Nano191225.",
"uuid": "63df35e9-c9f6-41da-b794-65470e6116e4",
"version": [1, 2, 0],
"min_engine_version": [1, 21, 50]
},
"metadata": {
"authors": ["Nano191225"],
"url": "https://github.com/Nano191225/DatabaseMC"
},
"modules": [
{
"type": "data",
"uuid": "bcdcf8f5-79e2-454c-a3c3-cc7e937c4f60",
"version": [1, 0, 0]
},
{
"description": "DatabaseMC",
"language": "javascript",
"type": "script",
"uuid": "0ad200cc-53f7-4ebf-a8b4-275cc7380521",
"version": [1, 0, 0],
"entry": "scripts/index.js"
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "2.0.0-beta"
},
{
"module_name": "@minecraft/server-ui",
"version": "2.0.0-beta"
}
]
}