diff options
Diffstat (limited to 'src/main/resources/assets/tectech/sounds.json')
-rw-r--r-- | src/main/resources/assets/tectech/sounds.json | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/src/main/resources/assets/tectech/sounds.json b/src/main/resources/assets/tectech/sounds.json deleted file mode 100644 index e23f1c1196..0000000000 --- a/src/main/resources/assets/tectech/sounds.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "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}] - } -}
\ No newline at end of file |