From 598838f4091a45c2b8c8686c602a97383f0f3b2b Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Fri, 15 Jul 2016 00:26:22 +1000 Subject: % Finalized the way the Maceration Stack Multiblock functions. % Changed the casing blocks. --- .../core/handler/registration/gregtech/GregtechIndustrialMacerator.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/GregtechIndustrialMacerator.java b/src/Java/miscutil/core/handler/registration/gregtech/GregtechIndustrialMacerator.java index 9520b140ff..41e9192cd2 100644 --- a/src/Java/miscutil/core/handler/registration/gregtech/GregtechIndustrialMacerator.java +++ b/src/Java/miscutil/core/handler/registration/gregtech/GregtechIndustrialMacerator.java @@ -21,7 +21,7 @@ public class GregtechIndustrialMacerator private static void run1() { //Industrial Electrolyzer Multiblock - GregtechItemList.Industrial_MacerationStack.set(new GregtechMetaTileEntityIndustrialMacerator(797, "industrialmacerator.controller.tier.single", "Industrial Maceration Stack Control Block").getStackForm(1L)); + GregtechItemList.Industrial_MacerationStack.set(new GregtechMetaTileEntityIndustrialMacerator(797, "industrialmacerator.controller.tier.single", "Maceration Stack Control Block").getStackForm(1L)); } } \ No newline at end of file -- cgit