aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-04-08 16:10:03 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-04-08 16:10:03 +1000
commit31996894fd1dd04ef4850dbc470664c5766bffb8 (patch)
tree3f8b6f2346c801619e61757da4d514bc71bfac7c /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures
parentb2c42ab8f40f06493cac19809774a52e2eb4fcff (diff)
downloadGT5-Unofficial-31996894fd1dd04ef4850dbc470664c5766bffb8.tar.gz
GT5-Unofficial-31996894fd1dd04ef4850dbc470664c5766bffb8.tar.bz2
GT5-Unofficial-31996894fd1dd04ef4850dbc470664c5766bffb8.zip
% Tweaked some classes related to Textures and Casings.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java4
1 files changed, 2 insertions, 2 deletions
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();