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. --- .../machines/multi/GregtechMetaTileEntity_IndustrialSifter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi') diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialSifter.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialSifter.java index 8d02f48be9..a014b35c15 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialSifter.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialSifter.java @@ -43,7 +43,7 @@ extends GregtechMeta_MultiBlockBase { public String[] getDescription() { return new String[]{ "Controller Block for the Industrial Sifter", - "Size[WxHxL]: 5x3x5 (Hollow)", + "Size[WxHxL]: 5x3x5", "Controller (Center Bottom)", "1x Input Bus (Any top or bottom edge casing)", "4x Output Bus (Any top or bottom edge casing)", -- cgit