aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-03-03 19:14:29 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-03-03 19:14:29 +1000
commitcd9ab98391dd7baaba4106e69823f4040d91e052 (patch)
treed590093732f0b94a683b56f9598e5d81a65d711a /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures
parent94ccfe55a1b65f0c1173cb47fae1a68decb99354 (diff)
downloadGT5-Unofficial-cd9ab98391dd7baaba4106e69823f4040d91e052.tar.gz
GT5-Unofficial-cd9ab98391dd7baaba4106e69823f4040d91e052.tar.bz2
GT5-Unofficial-cd9ab98391dd7baaba4106e69823f4040d91e052.zip
+ Added Multi-Use Casings.
+ Added Recipe for Multi-Machine and Multi-Use Casings. % Improved Multi-Machine Manual. $ Made Multi-Machine functional, disabled mode 3.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures')
-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 67e66a1842..885e351186 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler3.java
@@ -15,7 +15,7 @@ public class CasingTextureHandler3 {
return TexturesGtBlock.TEXTURE_METAL_PANEL_D.getIcon();
//Coke Oven Casing Tier 1
case 2:
- return TexturesGtBlock._PlaceHolder.getIcon();
+ return TexturesGtBlock.TEXTURE_METAL_PANEL_C.getIcon();
//Coke Oven Casing Tier 2
case 3:
return TexturesGtBlock._PlaceHolder.getIcon();