aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-10-31 05:06:16 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-10-31 05:06:16 +1000
commitcfde0e80a2b7083c8c9ec5664b5e9d0fa446ed9c (patch)
tree16b38b4efbf21c7e47682f3db808431b46ef317a /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java
parent49a520da5da01594b5c42652d9db5c7c04e49ad8 (diff)
downloadGT5-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.java2
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();