aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorGlease <4586901+Glease@users.noreply.github.com>2021-10-12 07:50:33 +0800
committerGitHub <noreply@github.com>2021-10-12 07:50:33 +0800
commit8fd5ec0d0674cd427b28898938858207733dc6c3 (patch)
tree6b0fb72812f7fe494e78e54ede54c0c47b63d71e /src/main/java
parentac4785eee06293f62361377cb2178ca8779984dd (diff)
downloadGT5-Unofficial-8fd5ec0d0674cd427b28898938858207733dc6c3.tar.gz
GT5-Unofficial-8fd5ec0d0674cd427b28898938858207733dc6c3.tar.bz2
GT5-Unofficial-8fd5ec0d0674cd427b28898938858207733dc6c3.zip
Update cleanroom tooltip
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java3
1 files changed, 2 insertions, 1 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 905cb7c2f1..e58ec25bd0 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
@@ -61,8 +61,9 @@ public class GT_MetaTileEntity_Cleanroom extends GT_MetaTileEntity_MultiBlockBas
.addController("Top center")
.addCasingInfo("Plascrete", 20)
.addStructureInfo(GT_Values.cleanroomGlass + "% of the Plascrete can be replaced with Reinforced Glass")//check
+ .addStructureInfo("Other material can be used in place of Plascrete. See config for detail")//check
.addOtherStructurePart("Filter Machine Casing", "Top besides controller and edges")
- .addEnergyHatch("LV or MV, any casing")//check
+ .addEnergyHatch("Any casing. Exactly one.")//check
.addMaintenanceHatch("Any casing")
.addStructureInfo("1x Reinforced Door (keep closed or efficiency will reduce)")
.addStructureInfo("Up to 10 Machine Hulls for Item & Energy transfer through walls")