mirror of
https://github.com/unmojang/meta.git
synced 2025-09-22 18:50:29 -04:00
Renamed old_sanpshots
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
d215ec0383
commit
2a598736f0
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user