diff options
author | Blood-Asp <bloodasphendrik@gmail.com> | 2017-09-13 01:11:45 +0200 |
---|---|---|
committer | Blood-Asp <bloodasphendrik@gmail.com> | 2017-09-13 01:11:45 +0200 |
commit | ed2a4215684bc8bce809a5ff207b6519d1fad68f (patch) | |
tree | 1520e7c507f99fc2959f662cc50b952e501f9263 | |
parent | 75991a36cd998d5d4fd4c3a5b7a3864da6028775 (diff) | |
download | GT5-Unofficial-ed2a4215684bc8bce809a5ff207b6519d1fad68f.tar.gz GT5-Unofficial-ed2a4215684bc8bce809a5ff207b6519d1fad68f.tar.bz2 GT5-Unofficial-ed2a4215684bc8bce809a5ff207b6519d1fad68f.zip |
tooltip again
-rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java | 2 |
1 files changed, 1 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 3d33c0b4e2..0949e65d07 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 @@ -37,7 +37,7 @@ public class GT_MetaTileEntity_Cleanroom extends GT_MetaTileEntity_MultiBlockBas "Controller (Top center)", "Top besides contoller and edges Filter Machine Casings", "1 Reinforced Door (keep closed for 100% efficency", - "1x ULV+ Energy Hatch, 1x Maintainance Hatch", + "1x LV+ Energy Hatch(40EU/t startup, 4EU/t keepup), 1x Maintainance Hatch", "Up to 10 Machine Hulls to transfer Items & Energy through walls", "Remaining Blocks Plascrete"}; } |