diff options
| author | Alkalus <draknyte1@hotmail.com> | 2017-11-17 10:58:02 +1000 |
|---|---|---|
| committer | Alkalus <draknyte1@hotmail.com> | 2017-11-17 10:58:02 +1000 |
| commit | 94389c154e4d517e4fcdebdacc3da9be414e8c75 (patch) | |
| tree | 5c00c6c8689caf1dc4e0cba3f4363296279bb5b4 /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures | |
| parent | d7897d548e0d377df56a33b4be4a60717d97dd97 (diff) | |
| download | GT5-Unofficial-94389c154e4d517e4fcdebdacc3da9be414e8c75.tar.gz GT5-Unofficial-94389c154e4d517e4fcdebdacc3da9be414e8c75.tar.bz2 GT5-Unofficial-94389c154e4d517e4fcdebdacc3da9be414e8c75.zip | |
+ Added the Cutting Factory Multiblock.
+ Added a config for the Cutting Factory.
% Hid Generator Array Logging.
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 82b2da069c..af9edb3e0c 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/CasingTextureHandler2.java @@ -50,7 +50,7 @@ public class CasingTextureHandler2 { return TexturesGtBlock.Casing_Machine_Simple_Top.getIcon(); //Reactor Casing II case 13: - return TexturesGtBlock._PlaceHolder.getIcon(); + return TexturesGtBlock.Casing_Machine_Ultra.getIcon(); case 14: return TexturesGtBlock._PlaceHolder.getIcon(); case 15: |
