diff options
Diffstat (limited to 'src/main/resources/assets/tectech/sounds.json')
-rw-r--r-- | src/main/resources/assets/tectech/sounds.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/main/resources/assets/tectech/sounds.json b/src/main/resources/assets/tectech/sounds.json index 73c9e62808..c4049f5f02 100644 --- a/src/main/resources/assets/tectech/sounds.json +++ b/src/main/resources/assets/tectech/sounds.json @@ -3,5 +3,45 @@ "category": "block", "subtitle": "tectech.subtitle.microwave_ding", "sounds": [{"name": "microwave_ding","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 |