-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
36 lines (36 loc) · 899 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
{
"format_version": 2,
"header": {
"description": "pack.description",
"name": "pack.name",
"uuid": "UUID3",
"version": [1, 0, 0],
"min_engine_version": [1, 21, 50]
},
"metadata": {
"authors": ["legopitstop"],
"license": "https://license.lpsmods.dev",
"url": "https://lpsmods.dev"
},
"modules": [
{
"description": "pack.description",
"type": "data",
"uuid": "UUID4",
"version": [1, 0, 0]
},
{
"type": "script",
"uuid": "UUID5",
"version": [1, 0, 0],
"language": "javascript",
"entry": "scripts/main.js"
}
],
"dependencies": [
{ "uuid": "UUID1", "version": [1, 0, 0] },
{ "module_name": "@minecraft/server", "version": "1.16.0" },
{ "module_name": "@minecraft/server-ui", "version": "1.3.0" },
{ "module_name": "@minecraft/vanilla-data", "version": "1.21.50" }
]
}