From 089bac89c5435eb7e5cf80e7602da953a65f5b1a Mon Sep 17 00:00:00 2001 From: Moulberry Date: Mon, 23 Nov 2020 03:34:12 +1100 Subject: 1.7 --- .../resources/assets/notenoughupdates/sounds.json | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/main/resources/assets/notenoughupdates/sounds.json (limited to 'src/main/resources/assets/notenoughupdates/sounds.json') 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 -- cgit