aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/notenoughupdates/sounds.json
blob: 47b0ba1bbd35f0531384c212745b2cbdacaafcc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
    }]
  }
}