From 450ad60578660bdbe1a28b833a7e791eb9308aa1 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sat, 12 Aug 2017 20:00:26 +1000 Subject: + Added Thermal Boiler Manual. % Tweaked Thermal Boiler controller Tooltip. $ Made the Thermal Boiler only load when the config option is true. --- .../tileentities/machines/multi/GT4Entity_ThermalBoiler.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common') diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GT4Entity_ThermalBoiler.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GT4Entity_ThermalBoiler.java index c93837f85c..67cf171e3f 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GT4Entity_ThermalBoiler.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GT4Entity_ThermalBoiler.java @@ -129,10 +129,13 @@ extends GT_MetaTileEntity_MultiBlockBase "Converts Heat into Steam", "Size: 3x3x3 (Hollow)", "Controller (front middle)", - "1x Output Hatch (Centre of back)", - "2x Input Hatch (Centre of sides)", + "2x Output Hatch", + "2x Input Hatch", "1x Maintenance Hatch (Centre of top)", "Thermal Containment Casings for the rest", + "Input & Output hatches can go be configured how you wish", + "Place them in the middle block of the Back, Bottom and Sides", + "Consult user manual for more information", CORE.GT_Tooltip}; } -- cgit