From f30e7e12e68d6c54fda520b785529fd8f3bd5d46 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Fri, 15 Jul 2016 16:52:47 +1000 Subject: % 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. --- .../handler/registration/gregtech/GregtechIndustrialElectrolyzer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/miscutil/core/handler') 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 -- cgit