From 0da5ef8eef325a8320971637eb992ef17b70c00d Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Thu, 24 Aug 2017 23:24:35 +1000 Subject: $ Fixed Large Sieve Grate texture, it is now using transparency. % Changed Autocrafter texture. --- .../xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common') 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 83c09203cf..5c1116926d 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java @@ -28,7 +28,7 @@ public class CasingTextureHandler2 { return TexturesGtBlock.Casing_Machine_Metal_Panel_A.getIcon(); //Sifter Sieve case 6: - return TexturesGtBlock.Casing_Machine_Metal_Grate_A_Solid.getIcon(); + return TexturesGtBlock.Casing_Machine_Metal_Grate_A.getIcon(); //Maceration Stack Casings case 7: @@ -47,7 +47,7 @@ public class CasingTextureHandler2 { return TexturesGtBlock.Casing_Material_Tantalloy61.getIcon(); //Reactor Casing I case 12: - return TexturesGtBlock.Casing_Machine_Advanced.getIcon(); + return TexturesGtBlock.Casing_Machine_Simple_Top.getIcon(); //Reactor Casing II case 13: return TexturesGtBlock._PlaceHolder.getIcon(); -- cgit