From 0ea73c81120ccf7a90414388ae5393cc68b844ce Mon Sep 17 00:00:00 2001 From: Dream-MasterXXL Date: Thu, 2 Aug 2018 08:56:55 +0200 Subject: cleanroom not working in LV #3355 https://github.com/GTNewHorizons/NewHorizons/issues/3355 --- .../tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/gregtech/common') 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 9860d29b05..d3b61a59bf 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 @@ -43,8 +43,8 @@ public class GT_MetaTileEntity_Cleanroom extends GT_MetaTileEntity_MultiBlockBas "Top besides contoller and edges: Filter Casings", "1 Reinforced Door (keep closed for 100% efficency)", "1x LV or 1x MV Energy Hatch, 1x Maintainance Hatch", - "Up to 10 Machine Hull Item & Energy transfer through walls", - "Remaining Blocks: Plascrete, 20 min", + "Up to 10 Machine Hull Item & Energy transfer through walls", + "Remaining Blocks: Plascrete, 20 min", "Consumes 40 EU/t when first turned on and 4 EU/t once at 100% efficiency", "An energy hatch accepts up to 2A, so you can use 2A LV or 1A MV", "2 LV batteries + 1 LV generator or 1 MV generator", -- cgit