diff options
Diffstat (limited to 'src/main/resources/assets/notenoughupdates/sounds.json')
-rw-r--r-- | src/main/resources/assets/notenoughupdates/sounds.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/main/resources/assets/notenoughupdates/sounds.json b/src/main/resources/assets/notenoughupdates/sounds.json new file mode 100644 index 00000000..47b0ba1b --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/sounds.json @@ -0,0 +1,23 @@ +{ + "calendar_notif_jingle":{ + "category": "master", + "sounds": [{ + "name": "jingle", + "stream": false + }] + }, + "calendar_notif_in":{ + "category": "master", + "sounds": [{ + "name": "in", + "stream": false + }] + }, + "calendar_notif_out":{ + "category": "master", + "sounds": [{ + "name": "out", + "stream": false + }] + } +}
\ No newline at end of file |