diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-10-31 05:06:16 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-10-31 05:06:16 +1000 |
commit | cfde0e80a2b7083c8c9ec5664b5e9d0fa446ed9c (patch) | |
tree | 16b38b4efbf21c7e47682f3db808431b46ef317a /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java | |
parent | 49a520da5da01594b5c42652d9db5c7c04e49ad8 (diff) | |
download | GT5-Unofficial-cfde0e80a2b7083c8c9ec5664b5e9d0fa446ed9c.tar.gz GT5-Unofficial-cfde0e80a2b7083c8c9ec5664b5e9d0fa446ed9c.tar.bz2 GT5-Unofficial-cfde0e80a2b7083c8c9ec5664b5e9d0fa446ed9c.zip |
$ Basically finished work on the Multitank.
> It just needs to pipe internal tank to the output hatch when it has fluid inside it.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |