From 56055f19f935c53c21a7a4618a6242e8bc167fc7 Mon Sep 17 00:00:00 2001 From: Hahaa13 <108379326+Hahaa13@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:40:40 +0700 Subject: [PATCH] Update sound.py --- sound.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sound.py b/sound.py index e1c503f..13c577e 100644 --- a/sound.py +++ b/sound.py @@ -1,6 +1,7 @@ import json, glob, os, shutil files = glob.glob("pack/assets/**/sounds.json") +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": {}}')