diff options
author | Martin Robertz <dream-master@gmx.net> | 2021-10-15 11:57:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 11:57:48 +0200 |
commit | 751d462553d1fd981c5a15899cd35f06548ccdf6 (patch) | |
tree | 6f3e685c6d55b29e886e7813a7106135e9461f93 /src/main/java/gregtech/common/tileentities/machines | |
parent | 71343cf18854adec60776068d5245110578024ee (diff) | |
parent | 8fd5ec0d0674cd427b28898938858207733dc6c3 (diff) | |
download | GT5-Unofficial-751d462553d1fd981c5a15899cd35f06548ccdf6.tar.gz GT5-Unofficial-751d462553d1fd981c5a15899cd35f06548ccdf6.tar.bz2 GT5-Unofficial-751d462553d1fd981c5a15899cd35f06548ccdf6.zip |
Merge pull request #682 from GTNewHorizons/patch-cleanroom-tooltip
Update cleanroom tooltip
Diffstat (limited to 'src/main/java/gregtech/common/tileentities/machines')
-rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java | 3 |
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") |