-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmods.json
More file actions
59 lines (59 loc) · 1.94 KB
/
Copy pathmods.json
File metadata and controls
59 lines (59 loc) · 1.94 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
[
{
"id": "4aa269de-c271-404a-8d5e-b107fe6e5898",
"titleSlug": "mio-modding-api",
"displayTitle": "Modding API",
"authorSlug": "MIO-Modding",
"displayAuthor": "MIO Modding",
"description": "Mod loader for MIO: Memories in Orbit",
"versions": {
"0.0.5": "https://github.com/MIO-Modding/mio-modding-api/releases/download/v0.0.5/winhttp.dll"
},
"configFiles": [],
"dependencies": []
},
{
"id": "5fb0423f-5ab2-48c2-9ed1-e636882e4d73",
"titleSlug": "mio-noclip-mod",
"displayTitle": "No-Clip Mod",
"authorSlug": "Ilemni",
"displayAuthor": "Ilemni",
"description": "A noclip mod for MIO: Memories in Orbit",
"versions": {
"0.2.0": "https://github.com/Ilemni/mio-noclip-mod/releases/download/v0.2/noclip.dll",
"0.1.1": "https://github.com/Ilemni/mio-noclip-mod/releases/download/v0.1.1/noclip.dll",
"0.1.0": "https://github.com/Ilemni/mio-noclip-mod/releases/download/v0.1/noclip.dll"
},
"configFiles": [
"noclip/keybinds.txt"
],
"dependencies": []
},
{
"id": "7712fca7-f2c8-423b-b2a8-bf341826070a",
"titleSlug": "mio-teleport-mod",
"displayTitle": "Teleport Mod",
"authorSlug": "CoCoHfl",
"displayAuthor": "CoCo",
"description": "A teleport mod for MIO",
"versions": {
"1.0.0": "https://github.com/CocoHfl/mio-teleport-mod/releases/download/v1.0.0/tpmod.dll"
},
"configFiles": [],
"dependencies": []
},
{
"id": "b37ba35b-6e1f-4cd4-b268-76a6d05c2039",
"titleSlug": "mio-purple",
"displayTitle": "Purple Tendrils",
"authorSlug": "Ilemni",
"displayAuthor": "Ilemni",
"description": "Change the color of Mio's tendrils to purple",
"versions": {
"0.1.0": "https://github.com/Ilemni/mio-purple/releases/download/v0.1/mio_purple.dll",
"0.1.1": "https://github.com/Ilemni/mio-purple/releases/download/v0.1.1/mio_purple.dll"
},
"configFiles": [],
"dependencies": []
}
]