aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2018-04-08 16:13:26 +1000
committerGitHub <noreply@github.com>2018-04-08 16:13:26 +1000
commit6614f8e961edcf4f4dfe337b5ffe02e6b4ae3440 (patch)
tree53bb1b97c8302abf5204d980239a1ef18af18b99 /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java
parent31996894fd1dd04ef4850dbc470664c5766bffb8 (diff)
parentc94c14f2fe9c7434ddc1b22a93d45e8b4aee5eb7 (diff)
downloadGT5-Unofficial-6614f8e961edcf4f4dfe337b5ffe02e6b4ae3440.tar.gz
GT5-Unofficial-6614f8e961edcf4f4dfe337b5ffe02e6b4ae3440.tar.bz2
GT5-Unofficial-6614f8e961edcf4f4dfe337b5ffe02e6b4ae3440.zip
Merge pull request #244 from codewarrior0/power-substation-structure
Rewrite Power Sub-Station machine structure
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java
index 96f13dbd5f..8f107b8ab6 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java
@@ -33,7 +33,7 @@ public class CasingTextureHandler2 {
//Vanadium Radox Battery
case 7:
- return TexturesGtBlock.Overlay_Machine_Cyber_B.getIcon();
+ return TexturesGtBlock.Casing_Redox_1.getIcon();
//Power Sub-Station Casing
case 8:
return TexturesGtBlock.Casing_Machine_Metal_Sheet_A.getIcon();