diff options
| author | Alkalus <draknyte1@hotmail.com> | 2018-04-08 16:13:26 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-08 16:13:26 +1000 |
| commit | 6614f8e961edcf4f4dfe337b5ffe02e6b4ae3440 (patch) | |
| tree | 53bb1b97c8302abf5204d980239a1ef18af18b99 /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java | |
| parent | 31996894fd1dd04ef4850dbc470664c5766bffb8 (diff) | |
| parent | c94c14f2fe9c7434ddc1b22a93d45e8b4aee5eb7 (diff) | |
| download | GT5-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.java | 2 |
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(); |
