forked from asarium/libRocketMod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.json
53 lines (53 loc) · 1.23 KB
/
mod.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
48
49
50
51
52
53
{
"installed": true,
"id": "UITest",
"title": "Hi-Res Ui Test Mod",
"type": "mod",
"parent": "FS2",
"version": "1.0.0",
"stability": "stable",
"description": "",
"notes": "",
"logo": null,
"tile": null,
"banner": null,
"release_thread": null,
"videos": [],
"screenshots": [],
"attachments": [],
"first_release": null,
"last_update": null,
"cmdline": "-window -output_scripting -res 1280x720",
"mod_flag": [
"UITest",
"MVPS"
],
"dev_mode": true,
"custom_build": null,
"packages": [
{
"name": "Content",
"notes": "",
"status": "required",
"dependencies": [
{
"id": "FSO",
"version": ">=23.1.0-20230417",
"packages": []
},
{
"id": "MVPS",
"version": null,
"packages": []
}
],
"environment": null,
"folder": "content",
"is_vp": false,
"files": [],
"filelist": [],
"executables": [],
"check_notes": ""
}
]
}