-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
47 lines (44 loc) · 1.03 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
{
"format_version": 2,
"header": {
"name": "§8[BP] §b§kii§r§cTNT§eCOIN §av0.1.0§d§kii§r",
"description": "TNT Coin is designed to make it easy for Minecraft BE/PE players to set up and run the Minecraft TNT Challenge. §bBy Rqinix§r",
"min_engine_version": [1, 21, 0],
"uuid": "78edf5a1-79b8-4f95-8ca0-1daae6c9142a",
"version": [ 0, 1, 0]
},
"modules": [
{
"description": "behaviour",
"type": "data",
"uuid": "145bf269-1979-4e0e-9c14-15692fd7845c",
"version": [1, 0, 0 ]
},
{
"type": "script",
"language": "javascript",
"uuid": "01d2af48-9906-490c-a449-61fbafd79a54",
"entry": "scripts/index.js",
"version": [1, 0, 0]
}
],
"dependencies": [
{
"uuid": "755b391b-2b03-4772-8424-0201fffa54c5",
"version": "0.1.0-beta.1"
},
{
"module_name": "@minecraft/server",
"version": "1.13.0"
},
{
"module_name": "@minecraft/server-ui",
"version": "1.1.0"
}
],
"metadata": {
"authors": [ "Rqinix" ],
"url": "https://github.com/rqinix/BP-TNT-Coin",
"license": "MIT"
}
}