diff options
| author | Johannes Gäßler <updrn@student.kit.edu> | 2017-06-09 00:14:55 +0200 |
|---|---|---|
| committer | Dream-Master <dream-master@gmx.net> | 2017-06-09 18:47:09 +0200 |
| commit | e63a9445d3e5b293c5a6de0ebee759263dcd56d1 (patch) | |
| tree | 1535e3b3673cb9f386ba16f5e2ca691d63af8f31 /src/main/java/gregtech/common | |
| parent | c54dcddb425041b2435a1ea1173f313290ba6812 (diff) | |
| download | GT5-Unofficial-e63a9445d3e5b293c5a6de0ebee759263dcd56d1.tar.gz GT5-Unofficial-e63a9445d3e5b293c5a6de0ebee759263dcd56d1.tar.bz2 GT5-Unofficial-e63a9445d3e5b293c5a6de0ebee759263dcd56d1.zip | |
cherry pick
74c41614a5e8a6cb49e62a225669a1e1d07bc87b
Diffstat (limited to 'src/main/java/gregtech/common')
| -rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_DistillationTower.java | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_DistillationTower.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_DistillationTower.java index da6be182fe..76628572da 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_DistillationTower.java +++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_DistillationTower.java @@ -42,13 +42,16 @@ public class GT_MetaTileEntity_DistillationTower public String[] getDescription() { return new String[]{ "Controller Block for the Distillation Tower", - "Size(WxHxD): 3x6x3 (Hollow), Controller (Front bottom)", + "Size(WxHxD): 3xhx3 (Hollow), with h ranging from 3 to 12", + "Controller (Front bottom)", "1x Input Hatch (Any bottom layer casing)", - "5x Output Hatch (Any casing besides bottom layer)", + "2-11x Output Hatch (One per layer except bottom layer)", "1x Output Bus (Any bottom layer casing)", "1x Maintenance Hatch (Any casing)", "1x Energy Hatch (Any casing)", - "Clean Stainless Steel Machine Casings for the rest (36 at least!)"}; + "Fluids are only put out at the correct height", + "The correct height equals the slot number in the NEI recipe", + "Clean Stainless Steel Machine Casings for the rest (7 x h - 5 at least!)"}; } public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { |
