diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-07-11 10:09:00 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-07-11 10:09:00 +1000 |
commit | 8f5d3cb93690fa15cae0999eb17994213d920288 (patch) | |
tree | ba27d602b44e92bcc635175c0a50b6c425755842 /src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java | |
parent | 15916806ea230a62d81c1cdb54a25ce74d0ca5bd (diff) | |
download | GT5-Unofficial-8f5d3cb93690fa15cae0999eb17994213d920288.tar.gz GT5-Unofficial-8f5d3cb93690fa15cae0999eb17994213d920288.tar.bz2 GT5-Unofficial-8f5d3cb93690fa15cae0999eb17994213d920288.zip |
$ Fixed Industrial Sieve Tooltip.
$ Implemented Texture Array Expansion.
> This fixes the issue of hatches not using the correct textures.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java index 9ccae92bae..2e0687a6a2 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/blocks/textures/TexturesGtBlock.java @@ -12,7 +12,7 @@ import net.minecraft.util.ResourceLocation; public class TexturesGtBlock { - public static ITexture[] CASING_BLOCKS_GTPP = new ITexture[256]; + //public static ITexture[] CASING_BLOCKS_GTPP = new ITexture[256]; /* * Handles Custom Textures. |