Skip to content

Commit

Permalink
Update sound.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hahaa13 committed Jun 10, 2024
1 parent 56055f1 commit 1e6abd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json, glob, os, shutil

files = glob.glob("pack/assets/**/sounds.json")
print(f"Sounds Files: {files}"
print(f"Sounds Files: {files}")
os.makedirs("staging/target/rp/sounds", exist_ok=True)
with open("staging/target/rp/sounds/sound_definitions.json", "w") as f:
f.write('{"format_version": "1.14.0", "sound_definitions": {}}')
Expand Down

0 comments on commit 1e6abd9

Please sign in to comment.