-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathmanifest.json
29 lines (29 loc) · 1.21 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
{
"format_version": 2,
"header": {
"description": "Gametest Framework Wrapper is a library built using Minecraft Bedrock Edition Gametest Framework API.\nThis library will help you keep your code clean and make it easier to interact with the Gametest Framework API, while including a lot of new functions for you to use!\nThis pack will have some miscellaneous and some custom command that you may use!\nFor more information head over to the github: §bhttps://github.com/notbeer/Gametest-API-Wrapper",
"name": "GameTest API Wrapper",
"uuid": "33dcebd6-08a5-11ec-9a03-0242ac130003",
"version": [0, 0, 1],
"min_engine_version": [ 1, 14, 0 ]
},
"modules": [
{
"description": "GameTest FrameWork Module Minecraft",
"type": "javascript",
"uuid": "21c183fe-0c37-11ec-82a8-0242ac130003",
"version": [0, 0, 1],
"entry": "scripts/example/index.js"
}
],
"dependencies": [
{
"uuid": "b26a4d4c-afdf-4690-88f8-931846312678",
"version": [ 0, 1, 0 ]
},
{
"uuid": "6f4b6893-1bb6-42fd-b458-7fa3d0c89616",
"version": [ 0, 1, 0 ]
}
]
}