diff options
| author | 2024-01-04 05:41:51 -0600 | |
|---|---|---|
| committer | 2024-01-04 05:41:51 -0600 | |
| commit | 302af9fb398d96387fcb6d29041f5ac9dc7d6f1e (patch) | |
| tree | 60a08623ed986a10446b81f7915f8b65c8b002fe /src/macros.h | |
| parent | refactor and download asset index (diff) | |
downloads assets correctly
TODO: pre-1.6 versions don't work yet
Diffstat (limited to 'src/macros.h')
| -rw-r--r-- | src/macros.h | 1 |
1 files changed, 1 insertions, 0 deletions
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))) |
