diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-10-27 01:47:39 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-10-27 01:47:39 +1000 |
commit | b074293f70fec5df93a6d0610d99a5183dd2cbfd (patch) | |
tree | e7c533859b8c2a1e08c188724eae8dabd86e4e25 /src/Java/gtPlusPlus/xmod/gregtech/common/blocks | |
parent | 7000eb5d40f2536ebe7971354fa55d0dab2d265a (diff) | |
download | GT5-Unofficial-b074293f70fec5df93a6d0610d99a5183dd2cbfd.tar.gz GT5-Unofficial-b074293f70fec5df93a6d0610d99a5183dd2cbfd.tar.bz2 GT5-Unofficial-b074293f70fec5df93a6d0610d99a5183dd2cbfd.zip |
% Cleaned up material/Material.java using PMD to a rather decent level.
> Inadvertently this refactored things in other classes.
% Changed the Blast Smelter Casing Block textures.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java | 2 |
1 files changed, 1 insertions, 1 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 4b8fff1cc3..7e1c79aae3 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler.java @@ -59,7 +59,7 @@ public class CasingTextureHandler { case 14: return TexturesGtBlocks.Casing_Staballoy_Firebox.getIcon(); case 15: - return TexturesGtBlocks.Casing_Material_Grisium.getIcon(); + return TexturesGtBlocks.Casing_Material_ZirconiumCarbide.getIcon(); default: return Textures.BlockIcons.MACHINE_CASING_RADIOACTIVEHAZARD.getIcon(); |