aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-02-22 19:57:32 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-02-22 19:57:32 +1000
commitcb2fe66fc1e0af40f23209398727faa08c330f20 (patch)
tree156d7d43fcd9838205e6a5534586f684754313fb /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java
parent42613eb707cd96f281ca5b1bba285d8b9270d56f (diff)
downloadGT5-Unofficial-cb2fe66fc1e0af40f23209398727faa08c330f20.tar.gz
GT5-Unofficial-cb2fe66fc1e0af40f23209398727faa08c330f20.tar.bz2
GT5-Unofficial-cb2fe66fc1e0af40f23209398727faa08c330f20.zip
+ Added Industrial Extruder.
+ Added new textures for casings. % Improved Large Wiremill tooltip.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java2
1 files changed, 1 insertions, 1 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 1bd59724fb..be14f1f0e9 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java
@@ -13,7 +13,7 @@ public class CasingTextureHandler3 {
return TexturesGtBlock.TEXTURE_METAL_PANEL_B.getIcon();
//Coke Oven Frame
case 1:
- return TexturesGtBlock._PlaceHolder.getIcon();
+ return TexturesGtBlock.TEXTURE_METAL_PANEL_D.getIcon();
//Coke Oven Casing Tier 1
case 2:
return TexturesGtBlock._PlaceHolder.getIcon();