From 109d7a21907ab2d4479c5a9c00c8bd50b82ab85f Mon Sep 17 00:00:00 2001 From: Axotot1 <99773418+Axotot1@users.noreply.github.com> Date: Thu, 19 Jan 2023 02:38:19 +0000 Subject: [PATCH] Change GitHub Raw to JSDelivr --- src/Alex/Utils/Assets/MCBedrockAssetUtils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Alex/Utils/Assets/MCBedrockAssetUtils.cs b/src/Alex/Utils/Assets/MCBedrockAssetUtils.cs index a4aaf54a4..2b2bacc85 100644 --- a/src/Alex/Utils/Assets/MCBedrockAssetUtils.cs +++ b/src/Alex/Utils/Assets/MCBedrockAssetUtils.cs @@ -18,7 +18,7 @@ public class MCBedrockAssetUtils { private static readonly Logger Log = LogManager.GetCurrentClassLogger(typeof(MCBedrockAssetUtils)); - private const string VersionURL = "https://raw.githubusercontent.com/Mojang/bedrock-samples/main/version.json"; + private const string VersionURL = "https://cdn.jsdelivr.net/gh/Mojang/bedrock-samples@main/version.json"; private const string DownloadURL = "https://codeload.github.com/Mojang/bedrock-samples/zip/refs/heads/main"; private static readonly string CurrentBedrockVersionStorageKey = Path.Combine("assets", "bedrock-version.txt");