aboutsummaryrefslogtreecommitdiff
path: root/src/Java/miscutil/core/handler
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-07-15 16:52:47 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-07-15 16:52:47 +1000
commitf30e7e12e68d6c54fda520b785529fd8f3bd5d46 (patch)
tree00543747a56d1c11792f61e93b441ffd09e0396a /src/Java/miscutil/core/handler
parent598838f4091a45c2b8c8686c602a97383f0f3b2b (diff)
downloadGT5-Unofficial-f30e7e12e68d6c54fda520b785529fd8f3bd5d46.tar.gz
GT5-Unofficial-f30e7e12e68d6c54fda520b785529fd8f3bd5d46.tar.bz2
GT5-Unofficial-f30e7e12e68d6c54fda520b785529fd8f3bd5d46.zip
% Changed Internal handling of air -> helium recipe.
+ Attempted to add sounds to the Maceration stack. $ Fixed the Industrial Centrifuge inheriting it's name from the Industrial Electrolyzer.
Diffstat (limited to 'src/Java/miscutil/core/handler')
-rw-r--r--src/Java/miscutil/core/handler/registration/gregtech/GregtechIndustrialElectrolyzer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/miscutil/core/handler/registration/gregtech/GregtechIndustrialElectrolyzer.java b/src/Java/miscutil/core/handler/registration/gregtech/GregtechIndustrialElectrolyzer.java
index ae71e5375e..22d21bcc40 100644
--- a/src/Java/miscutil/core/handler/registration/gregtech/GregtechIndustrialElectrolyzer.java
+++ b/src/Java/miscutil/core/handler/registration/gregtech/GregtechIndustrialElectrolyzer.java
@@ -21,7 +21,7 @@ public class GregtechIndustrialElectrolyzer
private static void run1()
{
//Industrial Electrolyzer Multiblock
- GregtechItemList.Industrial_Electrolyzer.set(new GregtechMetaTileEntityIndustrialElectrolyzer(796, "industrialcentrifuge.controller.tier.single", "Industrial Electrolyzer Controller").getStackForm(1L));
+ GregtechItemList.Industrial_Electrolyzer.set(new GregtechMetaTileEntityIndustrialElectrolyzer(796, "industrialelectrolyzer.controller.tier.single", "Industrial Electrolyzer Controller").getStackForm(1L));
}
} \ No newline at end of file