From 302af9fb398d96387fcb6d29041f5ac9dc7d6f1e Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Thu, 4 Jan 2024 05:41:51 -0600 Subject: downloads assets correctly TODO: pre-1.6 versions don't work yet --- src/macros.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/macros.h') diff --git a/src/macros.h b/src/macros.h index f15cdd7..91924ca 100644 --- a/src/macros.h +++ b/src/macros.h @@ -43,6 +43,7 @@ #define L2_URL_META_BASE "https://piston-meta.mojang.com" #define L2_URL_META_VERSION_MANIFEST L2_URL_META_BASE "/mc/game/version_manifest_v2.json" +#define L2_URL_RESOURCES_BASE "https://resources.download.minecraft.net" #ifdef __GNUC__ #define L2_FORMAT(_flavor, _stridx, _argidx) __attribute__((format (_flavor, _stridx, _argidx))) -- cgit v1.2.3-70-g09d2