diff options
Diffstat (limited to 'src/main/resources/assets/tectech')
-rw-r--r-- | src/main/resources/assets/tectech/sounds.json | 40 | ||||
-rw-r--r-- | src/main/resources/assets/tectech/sounds/fx_alarm.ogg | bin | 0 -> 14122 bytes | |||
-rw-r--r-- | src/main/resources/assets/tectech/sounds/fx_click.ogg | bin | 0 -> 9928 bytes | |||
-rw-r--r-- | src/main/resources/assets/tectech/sounds/fx_hi_freq.ogg | bin | 0 -> 71722 bytes | |||
-rw-r--r-- | src/main/resources/assets/tectech/sounds/fx_lo_freq.ogg | bin | 0 -> 14802 bytes | |||
-rw-r--r-- | src/main/resources/assets/tectech/sounds/fx_mid_freq.ogg | bin | 0 -> 15252 bytes | |||
-rw-r--r-- | src/main/resources/assets/tectech/sounds/fx_noise.ogg | bin | 0 -> 5413 bytes | |||
-rw-r--r-- | src/main/resources/assets/tectech/sounds/fx_whooum.ogg | bin | 0 -> 17069 bytes | |||
-rw-r--r-- | src/main/resources/assets/tectech/sounds/fx_woo_uu.ogg | bin | 0 -> 17197 bytes |
9 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 diff --git a/src/main/resources/assets/tectech/sounds/fx_alarm.ogg b/src/main/resources/assets/tectech/sounds/fx_alarm.ogg Binary files differnew file mode 100644 index 0000000000..6156f6b1eb --- /dev/null +++ b/src/main/resources/assets/tectech/sounds/fx_alarm.ogg diff --git a/src/main/resources/assets/tectech/sounds/fx_click.ogg b/src/main/resources/assets/tectech/sounds/fx_click.ogg Binary files differnew file mode 100644 index 0000000000..3211d0d12e --- /dev/null +++ b/src/main/resources/assets/tectech/sounds/fx_click.ogg diff --git a/src/main/resources/assets/tectech/sounds/fx_hi_freq.ogg b/src/main/resources/assets/tectech/sounds/fx_hi_freq.ogg Binary files differnew file mode 100644 index 0000000000..bb21d14ea5 --- /dev/null +++ b/src/main/resources/assets/tectech/sounds/fx_hi_freq.ogg diff --git a/src/main/resources/assets/tectech/sounds/fx_lo_freq.ogg b/src/main/resources/assets/tectech/sounds/fx_lo_freq.ogg Binary files differnew file mode 100644 index 0000000000..8eab2d92e2 --- /dev/null +++ b/src/main/resources/assets/tectech/sounds/fx_lo_freq.ogg diff --git a/src/main/resources/assets/tectech/sounds/fx_mid_freq.ogg b/src/main/resources/assets/tectech/sounds/fx_mid_freq.ogg Binary files differnew file mode 100644 index 0000000000..b16d1297f4 --- /dev/null +++ b/src/main/resources/assets/tectech/sounds/fx_mid_freq.ogg diff --git a/src/main/resources/assets/tectech/sounds/fx_noise.ogg b/src/main/resources/assets/tectech/sounds/fx_noise.ogg Binary files differnew file mode 100644 index 0000000000..0bb3a58dc0 --- /dev/null +++ b/src/main/resources/assets/tectech/sounds/fx_noise.ogg diff --git a/src/main/resources/assets/tectech/sounds/fx_whooum.ogg b/src/main/resources/assets/tectech/sounds/fx_whooum.ogg Binary files differnew file mode 100644 index 0000000000..4e9331924d --- /dev/null +++ b/src/main/resources/assets/tectech/sounds/fx_whooum.ogg diff --git a/src/main/resources/assets/tectech/sounds/fx_woo_uu.ogg b/src/main/resources/assets/tectech/sounds/fx_woo_uu.ogg Binary files differnew file mode 100644 index 0000000000..51a35371a1 --- /dev/null +++ b/src/main/resources/assets/tectech/sounds/fx_woo_uu.ogg |