forked from OpenGOAL-Mods/OG-Mod-Base
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod_list.json
More file actions
46 lines (46 loc) · 1.29 KB
/
Copy pathmod_list.json
File metadata and controls
46 lines (46 loc) · 1.29 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
{
"schemaVersion": "1.0.0",
"sourceName": "OG-Complicated",
"lastUpdated": "2026-07-21T05:13:43Z",
"mods": {
"input-delayed": {
"displayName": "A Complicated Mod",
"description": "A complicated mod with rules.",
"authors": [
"MikeGamePro"
],
"tags": [
"gameplay",
"challenge"
],
"websiteUrl": "https://github.com/my-opengoal-mods/OG-Complicated",
"supportedGames": [
"jak1"
],
"versions": [
{
"version": "0.0.1",
"publishedDate": "2026-07-21T05:13:43Z",
"supportedGames": [
"jak1"
],
"assets": {
"windows": "https://github.com/MikeGamePro/OG-Complicated/releases/download/v0.0.1/windows-v0.0.1.zip",
"linux": "https://github.com/MikeGamePro/OG-Complicated/releases/download/v0.0.1/linux-v0.0.1.tar.gz",
"macos": "https://github.com/MikeGamePro/OG-Complicated/releases/download/v0.0.1/macos-intel-v0.0.1.tar.gz"
},
"assetDownloadCounts": {
"windows": 0,
"linux": 0,
"macos": 0
}
}
],
"coverArtUrl": null,
"thumbnailArtUrl": null,
"perGameConfig": null,
"externalLink": null
}
},
"texturePacks": {}
}