aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2017-08-12 20:00:26 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2017-08-12 20:00:26 +1000
commit450ad60578660bdbe1a28b833a7e791eb9308aa1 (patch)
tree3965048acc1282a7a994294a6623fc8751e9948c /src/Java/gtPlusPlus/xmod/gregtech/common
parentf31a88106ed54dc271f8eec50e3fe996e01bbcb3 (diff)
downloadGT5-Unofficial-450ad60578660bdbe1a28b833a7e791eb9308aa1.tar.gz
GT5-Unofficial-450ad60578660bdbe1a28b833a7e791eb9308aa1.tar.bz2
GT5-Unofficial-450ad60578660bdbe1a28b833a7e791eb9308aa1.zip
+ Added Thermal Boiler Manual.
% Tweaked Thermal Boiler controller Tooltip. $ Made the Thermal Boiler only load when the config option is true.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GT4Entity_ThermalBoiler.java7
1 files changed, 5 insertions, 2 deletions
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};
}