Skip to content

Commit

Permalink
update PMC and cc info
Browse files Browse the repository at this point in the history
  • Loading branch information
ItziSpyder committed Sep 1, 2024
1 parent ef642d3 commit 097c5e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cclive/js/cc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion cclive/js/downloads.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions clickcrystals/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 097c5e8

Please sign in to comment.