diff options
author | Maxim <maxim235@gmx.de> | 2023-03-22 23:45:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 22:45:59 +0000 |
commit | b0843b032452d07a50847b33c436d374a6e973bd (patch) | |
tree | 6d773dc4440f3d3f344670ec43ab145c7bc85796 /src/main/resources | |
parent | 3681f2f989cb0b3c9f3d7649d2561d77fb8cfe4f (diff) | |
download | GT5-Unofficial-b0843b032452d07a50847b33c436d374a6e973bd.tar.gz GT5-Unofficial-b0843b032452d07a50847b33c436d374a6e973bd.tar.bz2 GT5-Unofficial-b0843b032452d07a50847b33c436d374a6e973bd.zip |
Activity Sound (#1811)
* Added activity sound
* Added acitivity sound to DTPF
* Added missing annotation
* Missed one
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/gregtech/sounds.json | 9 | ||||
-rw-r--r-- | src/main/resources/assets/gregtech/sounds/PlasmaForgeLoop.ogg | bin | 0 -> 91370 bytes |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/sounds.json b/src/main/resources/assets/gregtech/sounds.json index 1286fb0633..95d534b7cd 100644 --- a/src/main/resources/assets/gregtech/sounds.json +++ b/src/main/resources/assets/gregtech/sounds.json @@ -34,5 +34,14 @@ "stream": false } ] + }, + "machines.PlasmaForgeLoop": { + "category": "block", + "sounds": [ + { + "name": "PlasmaForgeLoop", + "stream": false + } + ] } } diff --git a/src/main/resources/assets/gregtech/sounds/PlasmaForgeLoop.ogg b/src/main/resources/assets/gregtech/sounds/PlasmaForgeLoop.ogg Binary files differnew file mode 100644 index 0000000000..e9b7a2bdba --- /dev/null +++ b/src/main/resources/assets/gregtech/sounds/PlasmaForgeLoop.ogg |