From 8f5d3cb93690fa15cae0999eb17994213d920288 Mon Sep 17 00:00:00 2001 From: Alkalus Date: Tue, 11 Jul 2017 10:09:00 +1000 Subject: $ Fixed Industrial Sieve Tooltip. $ Implemented Texture Array Expansion. > This fixes the issue of hatches not using the correct textures. --- .../xmod/gregtech/common/blocks/textures/TexturesGtBlock.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/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. -- cgit