Skip to content

Commit

Permalink
Update converter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zkitefly authored Aug 25, 2024
1 parent a77e599 commit fb89fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optifine/scripts/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
for item in data['file']:
item_keys = list(item.keys())
for key in item_keys:
if key not in ['mcversion', 'name', 'ispreview', 'filename', 'forge']:
if key not in ['mcversion', 'name', 'filename']:
del item[key]

# 输出至新的 JSON 文件
Expand Down

0 comments on commit fb89fac

Please sign in to comment.