-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
40 lines (40 loc) · 939 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
{
"format_version": 2,
"header": {
"name": "Statistic Display v1.1.4",
"description": "Statistic tracking extension for §l§aCanopy§r by §aForestOfLight§r.",
"uuid": "493affcf-dec3-45c1-bad3-6d203fe72d24",
"min_engine_version": [1, 21, 50],
"version": [1, 1, 4]
},
"modules": [
{
"description": "Behavior Pack Module",
"type": "data",
"uuid": "23242ff9-4937-40af-ad9b-6b1fb1cee988",
"version": [1, 0, 0]
},
{
"description": "Gametest Module",
"type": "script",
"language": "javascript",
"entry": "scripts/main.js",
"uuid": "3ee2eb62-fd23-4e4a-a6d3-44e841742f6c",
"version": [1, 0, 0]
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.17.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]
}
]
}