aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/blocks
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-10-20 04:06:06 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-10-20 04:06:06 +1000
commit3d02cb6464d9c6b29376fef53eb1418e9d58ff63 (patch)
treedfbbef5ed5856f1be3b77dfc3f6243a99eeb2073 /src/Java/gtPlusPlus/xmod/gregtech/common/blocks
parent7abe3e68ad53383096991f70b276ad2653159d4a (diff)
downloadGT5-Unofficial-3d02cb6464d9c6b29376fef53eb1418e9d58ff63.tar.gz
GT5-Unofficial-3d02cb6464d9c6b29376fef53eb1418e9d58ff63.tar.bz2
GT5-Unofficial-3d02cb6464d9c6b29376fef53eb1418e9d58ff63.zip
% Changed the textures on a few multiblocks.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java
index a638baf5a2..8327d30155 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java
@@ -43,10 +43,10 @@ public class CasingTextureHandler {
return Textures.BlockIcons.MACHINE_CASING_FUSION_2.getIcon();
//Matter Fabricator Casings
case 9:
- return Textures.BlockIcons.MACHINE_CASING_DRAGONEGG.getIcon();
+ return TexturesGtBlocks.Casing_Machine_Dimensional_Adv.getIcon();
//Iron Blast Fuance Textures
case 10:
- return Textures.BlockIcons.MACHINE_CASING_SOLID_STEEL.getIcon();
+ return TexturesGtBlocks.Casing_Machine_Simple.getIcon();
//Multitank Exterior Casing
case 11:
return Textures.BlockIcons.MACHINE_CASING_GRATE.getIcon();