aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorBlood-Asp <bloodasphendrik@gmail.com>2017-06-14 02:16:18 +0200
committerDream-Master <dream-master@gmx.net>2017-06-14 18:36:09 +0200
commitccfc34501d48850ac6d2b43e18837dbdcb3e0c4e (patch)
tree0478d4336e67e986c2e8effbdeaf84115af0f395 /src/main
parent66e173a9fa11954230c914b1bd3cff832c64e6a4 (diff)
downloadGT5-Unofficial-ccfc34501d48850ac6d2b43e18837dbdcb3e0c4e.tar.gz
GT5-Unofficial-ccfc34501d48850ac6d2b43e18837dbdcb3e0c4e.tar.bz2
GT5-Unofficial-ccfc34501d48850ac6d2b43e18837dbdcb3e0c4e.zip
cherry pick
96b1cb31ced61270a1289da6da4cdd99f75eeb3a improve cleanroom tooltip
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java
index e001e4c509..e70ecba9de 100644
--- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java
+++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java
@@ -35,12 +35,13 @@ public class GT_MetaTileEntity_Cleanroom extends GT_MetaTileEntity_MultiBlockBas
public String[] getDescription() {
return new String[]{
"Controller Block for the Cleanroom",
- "Min(WxHxD): 3x3x3 (Hollow), Max(WxHxD): 15x15x15 (Hollow)",
- "Controller (Top center), Walls Plascrete (20 min)",
- "Top besides contoller and edges Filter Machine Casings",
- "1x Reinforced Door",
- "1x MV+ Energy Hatch, 1x Maintainance Hatch",
- "up to 10 Machine Hulls to transfer Items & Energy inside"};
+ "Min(WxHxD): 3x4x3 (Hollow), Max(WxHxD): 15x15x15 (Hollow)",
+ "Controller (Top center)",
+ "Top besides contoller and edges filter casings",
+ "1 Reinforced Door(keep closed for 100% efficency",
+ "1x Energy Hatch, 1x Maintainance Hatch",
+ "up to 10 Machine Hull Item & Energy transfer through walls",
+ "Remaining Blocks Plascrete"};
}
@Override