diff options
Diffstat (limited to 'src/main/resources/assets/tectech/sounds.json')
-rw-r--r-- | src/main/resources/assets/tectech/sounds.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/assets/tectech/sounds.json b/src/main/resources/assets/tectech/sounds.json index c4049f5f02..e23f1c1196 100644 --- a/src/main/resources/assets/tectech/sounds.json +++ b/src/main/resources/assets/tectech/sounds.json @@ -4,6 +4,11 @@ "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", |