diff options
| author | Trial97 <alexandru.tripon97@gmail.com> | 2024-04-27 22:12:01 +0300 |
|---|---|---|
| committer | Trial97 <alexandru.tripon97@gmail.com> | 2024-04-27 22:12:01 +0300 |
| commit | 2a598736f094cdfcfaecb4a29678412f6e47c983 (patch) | |
| tree | a3b4133ed4bf9613c115b5aa67c32636492b763b /meta | |
| parent | d215ec0383ce130d2244a3bfe4567d56f3982701 (diff) | |
| download | Project-Tick-2a598736f094cdfcfaecb4a29678412f6e47c983.tar.gz Project-Tick-2a598736f094cdfcfaecb4a29678412f6e47c983.zip | |
Renamed old_sanpshots
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'meta')
| -rwxr-xr-x | meta/run/update_mojang.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/run/update_mojang.py b/meta/run/update_mojang.py index 52921f3e8a..130fecf1d5 100755 --- a/meta/run/update_mojang.py +++ b/meta/run/update_mojang.py @@ -61,7 +61,7 @@ def fetch_modified_version(path, version): } version_json["downloads"] = downloads - version_json["type"] = "old_snapshot" + version_json["type"] = "snapshot" with open(path, "w", encoding="utf-8") as f: json.dump(version_json, f, sort_keys=True, indent=4) |
