aboutsummaryrefslogtreecommitdiff
path: root/mod/src/main/resources/assets/dungeonsguide/sounds.json
diff options
context:
space:
mode:
Diffstat (limited to 'mod/src/main/resources/assets/dungeonsguide/sounds.json')
-rw-r--r--mod/src/main/resources/assets/dungeonsguide/sounds.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/mod/src/main/resources/assets/dungeonsguide/sounds.json b/mod/src/main/resources/assets/dungeonsguide/sounds.json
new file mode 100644
index 00000000..5c28a55b
--- /dev/null
+++ b/mod/src/main/resources/assets/dungeonsguide/sounds.json
@@ -0,0 +1,10 @@
+{
+ "readysetgo": {
+ "category" : "player",
+ "sounds": [{
+ "name": "skyblock_dungeons_guide:readysetgo",
+ "stream": true
+ }
+ ]
+ }
+}