aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders/preload
diff options
context:
space:
mode:
authorMaxim <maxim235@gmx.de>2023-03-22 12:51:11 +0100
committerGitHub <noreply@github.com>2023-03-22 12:51:11 +0100
commit5857de773658237a5c0548d54c33c3998d81dd16 (patch)
tree4aa34ff43d366346d2ef30710efb373a787c959f /src/main/java/gregtech/loaders/preload
parent9474600a431f06712cbc3dd7379093a6c80ef201 (diff)
downloadGT5-Unofficial-5857de773658237a5c0548d54c33c3998d81dd16.tar.gz
GT5-Unofficial-5857de773658237a5c0548d54c33c3998d81dd16.tar.bz2
GT5-Unofficial-5857de773658237a5c0548d54c33c3998d81dd16.zip
Added sound to distillery (#1809)
Diffstat (limited to 'src/main/java/gregtech/loaders/preload')
-rw-r--r--src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java b/src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
index f8eca60b6c..f7652b3c86 100644
--- a/src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
+++ b/src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
@@ -6375,7 +6375,7 @@ public class GT_Loader_MetaTileEntities implements Runnable { // TODO CHECK CIRC
0,
1,
"Distillery.png",
- SoundResource.IC2_MACHINES_EXTRACTOR_OP,
+ SoundResource.GT_MACHINES_DISTILLERY_LOOP,
false,
false,
SpecialEffects.NONE,
@@ -6401,7 +6401,7 @@ public class GT_Loader_MetaTileEntities implements Runnable { // TODO CHECK CIRC
0,
1,
"Distillery.png",
- SoundResource.IC2_MACHINES_EXTRACTOR_OP,
+ SoundResource.GT_MACHINES_DISTILLERY_LOOP,
false,
false,
SpecialEffects.NONE,
@@ -6427,7 +6427,7 @@ public class GT_Loader_MetaTileEntities implements Runnable { // TODO CHECK CIRC
0,
1,
"Distillery.png",
- SoundResource.IC2_MACHINES_EXTRACTOR_OP,
+ SoundResource.GT_MACHINES_DISTILLERY_LOOP,
false,
false,
SpecialEffects.NONE,
@@ -6453,7 +6453,7 @@ public class GT_Loader_MetaTileEntities implements Runnable { // TODO CHECK CIRC
0,
1,
"Distillery.png",
- SoundResource.IC2_MACHINES_EXTRACTOR_OP,
+ SoundResource.GT_MACHINES_DISTILLERY_LOOP,
false,
false,
SpecialEffects.NONE,
@@ -6479,7 +6479,7 @@ public class GT_Loader_MetaTileEntities implements Runnable { // TODO CHECK CIRC
0,
1,
"Distillery.png",
- SoundResource.IC2_MACHINES_EXTRACTOR_OP,
+ SoundResource.GT_MACHINES_DISTILLERY_LOOP,
false,
false,
SpecialEffects.NONE,