aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2017-08-24 23:24:35 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2017-08-24 23:24:35 +1000
commit0da5ef8eef325a8320971637eb992ef17b70c00d (patch)
tree23bbc4750346a6a35ba70e4d5c5e034dc00a73cf /src
parent07a495ab6ab1d9932cdf769e8b145f4628028f4d (diff)
downloadGT5-Unofficial-0da5ef8eef325a8320971637eb992ef17b70c00d.tar.gz
GT5-Unofficial-0da5ef8eef325a8320971637eb992ef17b70c00d.tar.bz2
GT5-Unofficial-0da5ef8eef325a8320971637eb992ef17b70c00d.zip
$ Fixed Large Sieve Grate texture, it is now using transparency.
% Changed Autocrafter texture.
Diffstat (limited to 'src')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java4
1 files changed, 2 insertions, 2 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 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();