From cfde0e80a2b7083c8c9ec5664b5e9d0fa446ed9c Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Mon, 31 Oct 2016 05:06:16 +1000 Subject: $ Basically finished work on the Multitank. > It just needs to pipe internal tank to the output hatch when it has fluid inside it. --- .../xmod/gregtech/common/blocks/textures/CasingTextureHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks') diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java index 8bd32d7d8b..5b4571b057 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java @@ -49,7 +49,7 @@ public class CasingTextureHandler { return TexturesGtBlock.Casing_Machine_Simple_Top.getIcon(); //Multitank Exterior Casing case 11: - return Textures.BlockIcons.MACHINE_CASING_GRATE.getIcon(); + return TexturesGtBlock.Casing_Material_Grisium.getIcon(); //Reactor Casing I case 12: return TexturesGtBlock.Casing_Material_Stellite.getIcon(); -- cgit