Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyEye-FAST committed Aug 3, 2024
1 parent fd90750 commit b447656
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ def main() -> None:
pack_path = P / "unreadable_language_pack.zip"
with zf.ZipFile(pack_path, "w", compression=zf.ZIP_DEFLATED, compresslevel=9) as z:
z.write(P / "pack.mcmeta", arcname="pack.mcmeta")
z.write(P / "pack.png", arcname="pack.png")
for lang_file in P.glob("output/*.json"):
z.write(lang_file, arcname=f"assets/minecraft/lang/{lang_file.name}")
zip_elapsed_time = time.time() - zip_start_time
Expand Down

0 comments on commit b447656

Please sign in to comment.