From 2b9da4a0f048300e14bf359b705a4c04c05064ba Mon Sep 17 00:00:00 2001 From: Jordan Byrne Date: Sun, 24 Dec 2017 21:45:03 +1000 Subject: + Added the Tesla Tower for base defence. --- .../xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures') diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java index d588e38dbe..17fa039c4e 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java @@ -52,7 +52,7 @@ public class CasingTextureHandler2 { case 13: return TexturesGtBlock.Casing_Machine_Ultra.getIcon(); case 14: - return TexturesGtBlock._PlaceHolder.getIcon(); + return TexturesGtBlock.Casing_Material_RedSteel.getIcon(); case 15: return TexturesGtBlock.Casing_Machine_Farm_Manager.getIcon(); //Tree Farmer Textures -- cgit