From c2a1ed926e62c9713aeda3a148a247e0d43c49d8 Mon Sep 17 00:00:00 2001 From: Danielle Hutzley Date: Mon, 27 Jun 2022 13:54:09 -0700 Subject: [PATCH] Migrate to piston-meta --- daedalus/.#Cargo.toml | 1 + daedalus/src/minecraft.rs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 daedalus/.#Cargo.toml diff --git a/daedalus/.#Cargo.toml b/daedalus/.#Cargo.toml new file mode 120000 index 000000000..655ff6ece --- /dev/null +++ b/daedalus/.#Cargo.toml @@ -0,0 +1 @@ +enderger@DannyPC.2785515:1655912895 \ No newline at end of file diff --git a/daedalus/src/minecraft.rs b/daedalus/src/minecraft.rs index 478f69046..247274a54 100644 --- a/daedalus/src/minecraft.rs +++ b/daedalus/src/minecraft.rs @@ -91,7 +91,7 @@ pub struct VersionManifest { /// The URL to the version manifest pub const VERSION_MANIFEST_URL: &str = - "https://launchermeta.mojang.com/mc/game/version_manifest_v2.json"; + "https://piston-meta.mojang.com/mc/game/version_manifest_v2.json"; /// Fetches a version manifest from the specified URL. If no URL is specified, the default is used. pub async fn fetch_version_manifest(