forked from darkblockgaming/ReplayCraft
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
68 lines (68 loc) · 1.39 KB
/
Copy pathmanifest.json
File metadata and controls
68 lines (68 loc) · 1.39 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"format_version": 2,
"header": {
"name": "ReplayCraft BP v3.1.1",
"description": "ReplayCraft is a powerful Minecraft Bedrock Edition add-on that enables players to record and replay their in-game actions, similar to the popular ReplayMod for Java Edition. Created by §gDarkBlock Gaming",
"min_engine_version": [
1,
21,
130
],
"uuid": "f374ff83-9d6a-4493-bf30-b1537d0b4505",
"version": [
3,
1,
1
],
"pack_scope": "world"
},
"modules": [
{
"type": "data",
"uuid": "2edf142b-ad88-4403-bdf4-c1841da3ddc3",
"version": [
1,
0,
0
]
},
{
"type": "script",
"language": "javascript",
"uuid": "024617b4-65df-42f7-a865-c9e1c47b0a33",
"entry": "scripts/main.js",
"version": [
1,
0,
0
]
}
],
"dependencies": [
{
"uuid": "6aef535d-b1e7-4995-b4db-ddf24712fde2",
"version": [
3,
1,
0
]
},
{
"module_name": "@minecraft/server",
"version": "beta"
},
{
"module_name": "@minecraft/server-ui",
"version": "beta"
}
],
"metadata": {
"product_type": "addon",
"authors": [
"DarkBlock Gaming",
"Pete9xi"
],
"url": "https://github.com/darkblockgaming/ReplayCraft",
"license": "GNU GENERAL PUBLIC LICENSE Version 3"
}
}