diff options
| author | mat <github@matdoes.dev> | 2022-06-16 20:59:19 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-16 20:59:19 -0500 |
| commit | 9c0b6f6631f861cb1582c6bba41d2931ee26bf16 (patch) | |
| tree | 1976fe06ae3a7949fbc56aa98bea1c7ed00bb121 /codegen/lib | |
| parent | 70cc7dfbeda9775014f25c9ec40932d83bae280f (diff) | |
| download | azalea-drasl-9c0b6f6631f861cb1582c6bba41d2931ee26bf16.tar.xz | |
22w24a & update packets when they're modified
Diffstat (limited to 'codegen/lib')
| -rw-r--r-- | codegen/lib/download.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen/lib/download.py b/codegen/lib/download.py index 7d14a3a3..58074634 100644 --- a/codegen/lib/download.py +++ b/codegen/lib/download.py @@ -23,7 +23,7 @@ def get_version_manifest(): print( f'\033[92mDownloading version manifest...\033[m') version_manifest_data = requests.get( - 'https://launchermeta.mojang.com/mc/game/version_manifest.json').json() + 'https://piston-meta.mojang.com/mc/game/version_manifest.json').json() with open(f'downloads/version_manifest.json', 'w') as f: json.dump(version_manifest_data, f) else: |
