-
Notifications
You must be signed in to change notification settings - Fork 8
/
manifest.json
36 lines (36 loc) · 947 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
{
"format_version": 2,
"header": {
"name": "TN-AntiCheat v3.18.0",
"description": "AntiCheat with ScriptAPI\n軽量で使いやすいアンチチートアドオンです\nMade by RetoRuto9900K / tutinoko2048",
"uuid": "c225a904-422a-4917-b88d-5c3452b8d17f",
"version": [ 3, 18, 0 ],
"min_engine_version": [ 1, 21, 50 ]
},
"modules": [
{
"version": [ 3, 18, 0 ],
"type": "data",
"uuid": "91a60c53-392b-4007-859a-a1e087a62d1a",
"description": "data module"
},
{
"version": [ 3, 18, 0 ],
"type": "script",
"language": "javascript",
"entry": "scripts/index.js",
"uuid": "fcc8732d-300a-40e0-8a5d-613df2291a24",
"description": "script module"
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.17.0-beta"
},
{
"module_name": "@minecraft/server-ui",
"version": "1.4.0-beta"
}
]
}