aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/tectech/sounds.json
blob: e23f1c11969ab69a2aa087c09f11de4af7e1b4f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
  "microwave_ding": {
    "category": "block",
    "subtitle": "tectech.subtitle.microwave_ding",
    "sounds": [{"name": "microwave_ding","stream": false}]
  },
  "fx_scan": {
    "category": "block",
    "subtitle": "tectech.subtitle.fx_scan",
    "sounds": [{"name": "fx_scan","stream": false}]
  },
  "fx_alarm": {
    "category": "block",
    "subtitle": "tectech.subtitle.fx_alarm",
    "sounds": [{"name": "fx_alarm","stream": false}]
  },
  "fx_click": {
    "category": "block",
    "subtitle": "tectech.subtitle.fx_click",
    "sounds": [{"name": "fx_click","stream": false}]
  },
  "fx_lo_freq": {
    "category": "block",
    "subtitle": "tectech.subtitle.fx_lo_freq",
    "sounds": [{"name": "fx_lo_freq","stream": false}]
  },
  "fx_mid_freq": {
    "category": "block",
    "subtitle": "tectech.subtitle.fx_mid_freq",
    "sounds": [{"name": "fx_mid_freq","stream": false}]
  },
  "fx_hi_freq": {
    "category": "block",
    "subtitle": "tectech.subtitle.fx_hi_freq",
    "sounds": [{"name": "fx_hi_freq","stream": false}]
  },
  "fx_noise": {
    "category": "block",
    "subtitle": "tectech.subtitle.fx_noise",
    "sounds": [{"name": "fx_noise","stream": false}]
  },
  "fx_woo_uu": {
    "category": "block",
    "subtitle": "tectech.subtitle.fx_woo_uu",
    "sounds": [{"name": "fx_woo_uu","stream": false}]
  },
  "fx_whooum": {
    "category": "block",
    "subtitle": "tectech.subtitle.fx_whooum",
    "sounds": [{"name": "fx_whooum","stream": false}]
  }
}