forked from CCDirectLink/CCModDB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.json
More file actions
41 lines (41 loc) · 2.1 KB
/
tools.json
File metadata and controls
41 lines (41 loc) · 2.1 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
{
"tools" : {
"SpericalViewer" : {
"name" : "SpericalViewer",
"description" : "Viewer for CrossCode content.",
"license" : "MIT",
"page" : [{ "name" : "GitHub", "url" : "https://github.com/CCDirectLink/SpericalViewer" }],
"archive_link" : "https://github.com/CCDirectLink/SpericalViewer/archive/v0.3.7.zip",
"hash" : { "sha256" : "AAC16A0C9169BAAE554783CA89A5A890329334E992343A7735313AE076099F2C" },
"version" : "0.3.7"
},
"CCUpdaterCLI" : {
"name" : "CCUpdaterCLI",
"description" : "A simple tool to install, update and remove CCLoader mods.",
"license" : null,
"page" : [{ "name" : "GitHub", "url" : "https://github.com/CCDirectLink/CCUpdaterCLI" }],
"archive_link" : "https://github.com/CCDirectLink/CCUpdaterCLI/releases/download/v1.1.0/ccmu.exe",
"hash" : { "sha256" : "87DA1A0BA2463A107AA07EA8A1B3E9B59CD6748CFA087CA495D250942CED517D" },
"version" : "1.1.0"
},
"CCLoader" : {
"name" : "CCLoader",
"description" : "A modloader for CrossCode.",
"licence" : "MIT",
"page" : [{ "name" : "GitHub", "url" : "https://github.com/CCDirectLink/CCLoader" }],
"archive_link" : "https://github.com/CCDirectLink/CCLoader/archive/v2.15.1/v2.8.1.zip",
"hash" : { "sha256" : "e8a4c141e55d3b234fa87d1744c727562f8d7fc3f51f4d0ba35e8e0f1cc2ba41" },
"version" : "2.15.1",
"subVersion" : "2.8.1"
},
"CCAnimationEditor" : {
"name" : "CCAnimationEditor",
"description" : "Animation editor for CrossCode.",
"licence" : "ISC",
"page" : [{ "name" : "GitHub", "url" : "https://github.com/gregnk/ccanimationeditor" }],
"archive_link" : "https://github.com/gregnk/CCAnimationEditor/releases/download/v0.2.2/CCAnimationEditor-v0.2.2.zip",
"hash" : { "sha256" : "bae01beaeb13f8ff25dee275f0e6cc6db428e6096a8976ef38ab2a3b83b80ae6" },
"version" : "0.2.2"
}
}
}