aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-07-11 10:09:00 +1000
committerAlkalus <draknyte1@hotmail.com>2017-07-11 10:09:00 +1000
commit8f5d3cb93690fa15cae0999eb17994213d920288 (patch)
treeba27d602b44e92bcc635175c0a50b6c425755842 /src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi
parent15916806ea230a62d81c1cdb54a25ce74d0ca5bd (diff)
downloadGT5-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/tileentities/machines/multi')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_IndustrialSifter.java2
1 files changed, 1 insertions, 1 deletions
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)",