diff options
Diffstat (limited to 'src/main/java/gregtech/loaders')
-rw-r--r-- | src/main/java/gregtech/loaders/postload/GT_ProcessingArrayRecipeLoader.java | 2 | ||||
-rw-r--r-- | src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/main/java/gregtech/loaders/postload/GT_ProcessingArrayRecipeLoader.java b/src/main/java/gregtech/loaders/postload/GT_ProcessingArrayRecipeLoader.java index 3d65408371..b018e6bbf8 100644 --- a/src/main/java/gregtech/loaders/postload/GT_ProcessingArrayRecipeLoader.java +++ b/src/main/java/gregtech/loaders/postload/GT_ProcessingArrayRecipeLoader.java @@ -61,7 +61,7 @@ public class GT_ProcessingArrayRecipeLoader { // Distillery GT_ProcessingArray_Manager.addRecipeMapToPA("basicmachine.distillery", GT_Recipe_Map.sDistilleryRecipes); GT_ProcessingArray_Manager - .addSoundResourceToPA("basicmachine.distillery", SoundResource.IC2_MACHINES_EXTRACTOR_OP); + .addSoundResourceToPA("basicmachine.distillery", SoundResource.GT_MACHINES_DISTILLERY_LOOP); // Electrolyzer GT_ProcessingArray_Manager .addRecipeMapToPA("basicmachine.electrolyzer", GT_Recipe_Map.sMultiblockElectrolyzerRecipes); 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, |