-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
41 lines (41 loc) · 989 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
{
"format_version": 2,
"header": {
"name": "BlockCore",
"description": "Powerfull Minecraft Bedrock API Wrapper.",
"uuid": "d3b0a8e4-6b8e-4e3b-9f1e-3f8b8f8b8f8b",
"version": [1, 1, 0],
"min_engine_version": [1, 21, 40]
},
"modules": [
{
"type": "script",
"language": "javascript",
"uuid": "a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
"entry": "scripts/_Core/Processors/ProcessorLoader.js",
"version": [1, 1, 0]
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.16.0-beta"
},
{
"module_name": "@minecraft/server-ui",
"version": "1.4.0-beta"
},
{
"module_name": "@minecraft/server-gametest",
"version": "1.0.0-beta"
}
],
"metadata": {
"Author": "VoxlDev",
"YouTube": "https://youtube.com/@VoxlDevID",
"Module": {
"CurrentVersion": "1.1.0-stable",
"Repository": "https://github.com/VoxlDevv/BlockCore"
}
}
}