Skip to content

Commit

Permalink
Merge pull request CmlLib#77 from rudde0/patch-2
Browse files Browse the repository at this point in the history
Updated http->https protocol of resource page
  • Loading branch information
AlphaBs authored Jan 21, 2023
2 parents 2639e44 + b49355c commit fd8e2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CmlLib/Core/MojangServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ public static readonly string
Auth = "https://authserver.mojang.com/",
Version = "https://launchermeta.mojang.com/mc/game/version_manifest.json",
Library = "https://libraries.minecraft.net/",
ResourceDownload = "http://resources.download.minecraft.net/",
LauncherMeta = "http://launchermeta.mojang.com/mc/launcher.json",
ResourceDownload = "https://resources.download.minecraft.net/",
LauncherMeta = "https://launchermeta.mojang.com/mc/launcher.json",
JavaManifest = "https://launchermeta.mojang.com/v1/products/java-runtime/2ec0cc96c44e5a76b9c8b7c39df7210883d12871/all.json";
}
}

0 comments on commit fd8e2f6

Please sign in to comment.