diff options
| author | Draknyte1 <Draknyte1@hotmail.com> | 2017-08-24 23:01:52 +1000 |
|---|---|---|
| committer | Draknyte1 <Draknyte1@hotmail.com> | 2017-08-24 23:01:52 +1000 |
| commit | 9a05bf4c86396c58b4545aca9e9d8ff4994ab2d0 (patch) | |
| tree | 389c91e734f7d61777a8486638ff06398425d740 /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures | |
| parent | 9fd5cc60a2bbf7042be4ff2383b37943c5e5d0a0 (diff) | |
| download | GT5-Unofficial-9a05bf4c86396c58b4545aca9e9d8ff4994ab2d0.tar.gz GT5-Unofficial-9a05bf4c86396c58b4545aca9e9d8ff4994ab2d0.tar.bz2 GT5-Unofficial-9a05bf4c86396c58b4545aca9e9d8ff4994ab2d0.zip | |
+ Added the ability for the Autocrafter to assemble and Disassemble things.
+ Added a casing for the Autocrafter.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures')
| -rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 e3ccfeadec..83c09203cf 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java @@ -47,7 +47,7 @@ public class CasingTextureHandler2 { return TexturesGtBlock.Casing_Material_Tantalloy61.getIcon(); //Reactor Casing I case 12: - return TexturesGtBlock._PlaceHolder.getIcon(); + return TexturesGtBlock.Casing_Machine_Advanced.getIcon(); //Reactor Casing II case 13: return TexturesGtBlock._PlaceHolder.getIcon(); |
