Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ccloader #203

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions input-locations.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[
{
"url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.24.2/v2.14.1.zip",
"ccmodPath": "CCLoader-2.24.2-v2.14.1/ccloader/ccmod.json",
"source": "CCLoader-2.24.2-v2.14.1"
"url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.25.0/v2.14.2.zip",
"ccmodPath": "CCLoader-2.25.0-v2.14.2/ccloader/ccmod.json",
"source": "CCLoader-2.25.0-v2.14.2"
},
{ "url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.24.2/v2.14.1.zip", "source": "CCLoader-2.24.2-v2.14.1/assets/mods/simplify" },
{ "url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.24.2/v2.14.1.zip", "source": "CCLoader-2.24.2-v2.14.1/assets/mods/ccloader-version-display" },
{ "url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.25.0/v2.14.2.zip", "source": "CCLoader-2.25.0-v2.14.2/assets/mods/simplify" },
{ "url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.25.0/v2.14.2.zip", "source": "CCLoader-2.25.0-v2.14.2/assets/mods/ccloader-version-display" },
{ "url": "https://github.com/CCDirectLink/input-api/archive/refs/tags/v1.0.2.zip" },
{ "url": "https://github.com/krypciak/cc-blitzkrieg/releases/download/v0.5.9/cc-blitzkrieg-0.5.9.ccmod" },
{ "url": "https://github.com/krypciak/cc-fancy-crash/releases/download/v1.1.0/cc-fancy-crash-1.1.0.ccmod" },
Expand Down
10 changes: 5 additions & 5 deletions input-locations.old.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[
{
"url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.24.2/v2.14.1.zip",
"ccmodPath": "CCLoader-2.24.2-v2.14.1/ccloader/ccmod.json",
"source": "CCLoader-2.24.2-v2.14.1"
"url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.25.0/v2.14.2.zip",
"ccmodPath": "CCLoader-2.25.0-v2.14.2/ccloader/ccmod.json",
"source": "CCLoader-2.25.0-v2.14.2"
},
{ "url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.24.2/v2.14.1.zip", "source": "CCLoader-2.24.2-v2.14.1/assets/mods/simplify" },
{ "url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.24.2/v2.14.1.zip", "source": "CCLoader-2.24.2-v2.14.1/assets/mods/ccloader-version-display" },
{ "url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.25.0/v2.14.2.zip", "source": "CCLoader-2.25.0-v2.14.2/assets/mods/simplify" },
{ "url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.25.0/v2.14.2.zip", "source": "CCLoader-2.25.0-v2.14.2/assets/mods/ccloader-version-display" },
{ "url": "https://github.com/CCDirectLink/input-api/archive/refs/tags/v1.0.2.zip" },
{ "url": "https://github.com/krypciak/cc-blitzkrieg/releases/download/v0.5.9/cc-blitzkrieg-0.5.9.ccmod" },
{ "url": "https://github.com/krypciak/cc-fancy-crash/releases/download/v1.1.0/cc-fancy-crash-1.1.0.ccmod" },
Expand Down
52 changes: 35 additions & 17 deletions npDatabase.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,22 @@
"installation": [
{
"type": "zip",
"url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.24.2/v2.14.1.zip",
"source": "CCLoader-2.24.2-v2.14.1/assets/mods/ccloader-version-display",
"url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.25.0/v2.14.2.zip",
"source": "CCLoader-2.25.0-v2.14.2/assets/mods/ccloader-version-display",
"hash": {
"sha256": "935f580e6506c9b51989c227d4c9d3246db7fe4a3f882b11863aaed33e03f90d"
"sha256": "f9331ae6b682090097951cd1b067c314105c7624d682345577e9daa38b505358"
}
}
],
"stars": 35,
"lastUpdateTimestamp": 1721731431000,
"stars": 37,
"lastUpdateTimestamp": 1726755026000,
"releasePages": [
{
"body": "* Added the mod manager made by @krypciak.\r\n* CCLoader will now warn users if a mod with the same name as another is installed.",
"version": "v2.25.0/v2.14.2",
"timestamp": 1726755026000,
"url": "https://github.com/CCDirectLink/CCLoader/releases/tag/v2.25.0/v2.14.2"
},
{
"body": "* Made it easier to debug mod errors on startup (only affects mod developers). #110 #109 by @krypciak ",
"version": "v2.24.2/v2.14.1",
Expand Down Expand Up @@ -580,7 +586,7 @@
"Simplify": {
"metadataCCMod": {
"id": "Simplify",
"version": "2.14.1",
"version": "2.14.2",
"title": "Simplify",
"description": "Library mod for CCLoader2.",
"repository": "https://github.com/CCDirectLink/CCLoader",
Expand Down Expand Up @@ -609,16 +615,22 @@
"installation": [
{
"type": "zip",
"url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.24.2/v2.14.1.zip",
"source": "CCLoader-2.24.2-v2.14.1/assets/mods/simplify",
"url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.25.0/v2.14.2.zip",
"source": "CCLoader-2.25.0-v2.14.2/assets/mods/simplify",
"hash": {
"sha256": "935f580e6506c9b51989c227d4c9d3246db7fe4a3f882b11863aaed33e03f90d"
"sha256": "f9331ae6b682090097951cd1b067c314105c7624d682345577e9daa38b505358"
}
}
],
"stars": 35,
"lastUpdateTimestamp": 1721731431000,
"stars": 37,
"lastUpdateTimestamp": 1726755026000,
"releasePages": [
{
"body": "* Added the mod manager made by @krypciak.\r\n* CCLoader will now warn users if a mod with the same name as another is installed.",
"version": "v2.25.0/v2.14.2",
"timestamp": 1726755026000,
"url": "https://github.com/CCDirectLink/CCLoader/releases/tag/v2.25.0/v2.14.2"
},
{
"body": "* Made it easier to debug mod errors on startup (only affects mod developers). #110 #109 by @krypciak ",
"version": "v2.24.2/v2.14.1",
Expand Down Expand Up @@ -1948,7 +1960,7 @@
"ccloader": {
"metadataCCMod": {
"id": "ccloader",
"version": "2.24.2",
"version": "2.25.0",
"title": "CCLoader",
"description": "Modloader for CrossCode. This or a similar modloader is needed for most mods.",
"repository": "https://github.com/CCDirectLink/CCLoader",
Expand All @@ -1971,16 +1983,22 @@
"installation": [
{
"type": "zip",
"url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.24.2/v2.14.1.zip",
"source": "CCLoader-2.24.2-v2.14.1",
"url": "https://github.com/CCDirectLink/CCLoader/archive/refs/tags/v2.25.0/v2.14.2.zip",
"source": "CCLoader-2.25.0-v2.14.2",
"hash": {
"sha256": "935f580e6506c9b51989c227d4c9d3246db7fe4a3f882b11863aaed33e03f90d"
"sha256": "f9331ae6b682090097951cd1b067c314105c7624d682345577e9daa38b505358"
}
}
],
"stars": 35,
"lastUpdateTimestamp": 1721731431000,
"stars": 37,
"lastUpdateTimestamp": 1726755026000,
"releasePages": [
{
"body": "* Added the mod manager made by @krypciak.\r\n* CCLoader will now warn users if a mod with the same name as another is installed.",
"version": "v2.25.0/v2.14.2",
"timestamp": 1726755026000,
"url": "https://github.com/CCDirectLink/CCLoader/releases/tag/v2.25.0/v2.14.2"
},
{
"body": "* Made it easier to debug mod errors on startup (only affects mod developers). #110 #109 by @krypciak ",
"version": "v2.24.2/v2.14.1",
Expand Down
2 changes: 1 addition & 1 deletion npDatabase.min.json

Large diffs are not rendered by default.