-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
59 lines (59 loc) · 1.06 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"format_version": 2,
"metadata": {
"authors": [
"wuw.sh"
],
"url": "https://github.com/wuw-sh",
"license": "MIT"
},
"header": {
"name": "Pet Simulator (Be)",
"description": "By §b@§ewuw.sh",
"min_engine_version": [
1,
19,
80
],
"uuid": "e0749d46-5d88-4672-8464-6a892086fc21",
"version": [
1,
0,
0
]
},
"modules": [
{
"type": "data",
"description": "Data",
"uuid": "1754ebf1-5a05-4b76-a37e-d1aff4de75dc",
"version": [
1,
0,
0
]
},
{
"type": "script",
"description": "@minecraft/server | @minecraft/server-ui",
"language": "javascript",
"uuid": "b2678262-d0a7-4473-bc14-f6c4ec17afb7",
"entry": "scripts/server/index.js",
"version": [
1,
2,
0
]
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.2.0-beta"
},
{
"module_name": "@minecraft/server-ui",
"version": "1.0.0-beta"
}
]
}