From b8b41aa5846dae5a9bbf4fee82020f1d9e2b2a48 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Mon, 12 Aug 2024 17:08:54 -0400 Subject: Initial commit --- src/main/resources/assets/fyresmodjam/sounds.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/resources/assets/fyresmodjam/sounds.json (limited to 'src/main/resources/assets/fyresmodjam/sounds.json') diff --git a/src/main/resources/assets/fyresmodjam/sounds.json b/src/main/resources/assets/fyresmodjam/sounds.json new file mode 100644 index 0000000..348c793 --- /dev/null +++ b/src/main/resources/assets/fyresmodjam/sounds.json @@ -0,0 +1,3 @@ +{ + "pillarActivated": {"catagory":"master","sounds":[{"name":"pillarActivated","stream":"false"}]} +} \ No newline at end of file -- cgit v1.2.3