aboutsummaryrefslogtreecommitdiff
path: root/src/Java/miscutil/core/handler
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-07-15 00:26:22 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-07-15 00:26:22 +1000
commit598838f4091a45c2b8c8686c602a97383f0f3b2b (patch)
tree08c3cda4f3b2bb6db9d518052f175d9331029d00 /src/Java/miscutil/core/handler
parent282fcdbf4e7952d7e2c23e04b50e05be1a600335 (diff)
downloadGT5-Unofficial-598838f4091a45c2b8c8686c602a97383f0f3b2b.tar.gz
GT5-Unofficial-598838f4091a45c2b8c8686c602a97383f0f3b2b.tar.bz2
GT5-Unofficial-598838f4091a45c2b8c8686c602a97383f0f3b2b.zip
% Finalized the way the Maceration Stack Multiblock functions.
% Changed the casing blocks.
Diffstat (limited to 'src/Java/miscutil/core/handler')
-rw-r--r--src/Java/miscutil/core/handler/registration/gregtech/GregtechIndustrialMacerator.java2
1 files changed, 1 insertions, 1 deletions
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