diff options
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 1eda274bd7..97b81b65d9 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java @@ -36,12 +36,12 @@ public class CasingTextureHandler2 { //Broken Pink Fusion Casings case 8: return TexturesGtBlock._PlaceHolder.getIcon(); - //Matter Fabricator Casings + //Cyclotron Coil case 9: - return TexturesGtBlock._PlaceHolder.getIcon(); - //Iron Blast Fuance Textures + return TexturesGtBlock.Casing_Machine_Metal_Panel_B.getIcon(); + //Cyclotron External Casing case 10: - return TexturesGtBlock._PlaceHolder.getIcon(); + return TexturesGtBlock.Casing_Material_HastelloyX.getIcon(); //Multitank Exterior Casing case 11: return TexturesGtBlock._PlaceHolder.getIcon(); |