diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-09-14 10:19:34 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-09-14 10:19:34 +1000 |
commit | 3f9c5a065c940f702a11946b2d320a92b0b922bc (patch) | |
tree | 06c2355c2c81e3bf25b08936f39f5a5830225600 /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java | |
parent | bcfbd0c6554cca1ab1f69a0a09c2ffb8782cf8c0 (diff) | |
download | GT5-Unofficial-3f9c5a065c940f702a11946b2d320a92b0b922bc.tar.gz GT5-Unofficial-3f9c5a065c940f702a11946b2d320a92b0b922bc.tar.bz2 GT5-Unofficial-3f9c5a065c940f702a11946b2d320a92b0b922bc.zip |
+ Restarted work on the power substation multiblock.
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 | 8 |
1 files changed, 4 insertions, 4 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 5c1116926d..4c5bfebd81 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java @@ -30,12 +30,12 @@ public class CasingTextureHandler2 { case 6: return TexturesGtBlock.Casing_Machine_Metal_Grate_A.getIcon(); - //Maceration Stack Casings + //Vanadium Radox Battery case 7: - return TexturesGtBlock._PlaceHolder.getIcon(); - //Broken Pink Fusion Casings + return TexturesGtBlock.Overlay_Machine_Cyber_B.getIcon(); + //Power Sub-Station Casing case 8: - return TexturesGtBlock._PlaceHolder.getIcon(); + return TexturesGtBlock.Casing_Machine_Metal_Sheet_A.getIcon(); //Cyclotron Coil case 9: return TexturesGtBlock.Overlay_Machine_Cyber_A.getIcon(); |