From 31996894fd1dd04ef4850dbc470664c5766bffb8 Mon Sep 17 00:00:00 2001 From: Jordan Byrne Date: Sun, 8 Apr 2018 16:10:03 +1000 Subject: % Tweaked some classes related to Textures and Casings. --- .../xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures') diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java index 2087cea2df..900ee80483 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java @@ -21,7 +21,7 @@ public class CasingTextureHandler3 { return TexturesGtBlock.Casing_Staballoy_Firebox.getIcon(); //Material Press Casings case 4: - return TexturesGtBlock.TEXTURE_CASING_AMAZON.getIcon(); + return TexturesGtBlock._PlaceHolder.getIcon(); //Sifter Structural case 5: return TexturesGtBlock._PlaceHolder.getIcon(); @@ -36,7 +36,7 @@ public class CasingTextureHandler3 { return TexturesGtBlock._PlaceHolder.getIcon(); //Cyclotron Coil case 9: - return TexturesGtBlock._PlaceHolder.getIcon(); + return TexturesGtBlock.TEXTURE_CASING_AMAZON.getIcon(); //Cyclotron External Casing case 10: return TexturesGtBlock._PlaceHolder.getIcon(); -- cgit