From 097c5e8183768e25630277c993fc036a650e90e4 Mon Sep 17 00:00:00 2001 From: ImproperIssues <114215797+ItziSpyder@users.noreply.github.com> Date: Sat, 31 Aug 2024 21:47:04 -0700 Subject: [PATCH] update PMC and cc info --- cclive/js/cc.js | 2 +- cclive/js/downloads.js | 2 +- clickcrystals/info.html | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cclive/js/cc.js b/cclive/js/cc.js index 0e2a1d5..4a3277e 100644 --- a/cclive/js/cc.js +++ b/cclive/js/cc.js @@ -31,7 +31,7 @@ function update() { curseforgeDlt.innerText = formatNumber(dls.curseforge); modrinthDlt.innerText = formatNumber(dls.modrinth); githubDlt.innerText = formatNumber(dls.github); - planetmcDlt.innerText = formatNumber(dls.planetmc); // hardcoded until I find a fix for CORS error, last updated 8/30/2024 + planetmcDlt.innerText = formatNumber(dls.planetmc); } function tickAPIFetch() { diff --git a/cclive/js/downloads.js b/cclive/js/downloads.js index aa19170..66715e3 100644 --- a/cclive/js/downloads.js +++ b/cclive/js/downloads.js @@ -16,7 +16,7 @@ const headers = { var dlsCurseForge = 0; var dlsModrinth = 0; var dlsGitHub = 0; -var dlsPlanetMC = 8454; // hardcoded until I find a fix for CORS error, last updated 8/30/2024 +var dlsPlanetMC = 8461; // hardcoded until I find a fix for CORS error, last updated 8/31/2024 function getDownloads() { return { diff --git a/clickcrystals/info.html b/clickcrystals/info.html index ab73eb8..bbb524a 100644 --- a/clickcrystals/info.html +++ b/clickcrystals/info.html @@ -3,6 +3,7 @@ "motd": "&bCheck out the new update 1.2.8, new online script screen. Custom loading screen disabler, and mod menu integration!", "versionMappings": { + "1.21.1": "1.21", "1.21": "1.21", "1.20.6": "1.20.6", "1.20.5": null,