-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
44 lines (44 loc) · 1014 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
43
44
{
"format_version": 2,
"header": {
"name": "Understudy v1.0.5",
"description": "Simulated player extension for §l§aCanopy§r by §aForestOfLight§r.",
"uuid": "bb50de74-6e59-467b-871f-8ef829ab579f",
"min_engine_version": [1, 21, 50],
"version": [1, 0, 5]
},
"modules": [
{
"description": "Behavior Pack Module",
"type": "data",
"uuid": "47787f93-ec3c-4b0c-95fb-55a70e029041",
"version": [1, 0, 0]
},
{
"description": "Gametest Module",
"type": "script",
"language": "javascript",
"entry": "scripts/main.js",
"uuid": "000abe0b-dcba-43ac-a52f-ee8489a18ce5",
"version": [1, 0, 0]
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.17.0-beta"
},
{
"module_name": "@minecraft/server-gametest",
"version": "1.0.0-beta"
},
{
"uuid": "bcf34368-ed0c-4cf7-938e-582cccf9950d", // Canopy RP
"version": [1, 0, 1]
},
{
"uuid": "7f6b23df-a583-476b-b0e4-87457e65f7c0", // Canopy BP
"version": [1, 3, 7]
}
]
}