From f04f97e1309dccfdf442ddf7a64a00aeed8e9628 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Mon, 5 Sep 2016 00:20:49 +1000 Subject: $ Fixes #12, tool-tip should be a bit more descriptive. --- .../machines/multi/GregtechMetaTileEntityIronBlastFurnace.java | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/Java/miscutil/xmod/gregtech') diff --git a/src/Java/miscutil/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityIronBlastFurnace.java b/src/Java/miscutil/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityIronBlastFurnace.java index e88d846e90..e52ea88ca7 100644 --- a/src/Java/miscutil/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityIronBlastFurnace.java +++ b/src/Java/miscutil/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityIronBlastFurnace.java @@ -45,9 +45,16 @@ public class GregtechMetaTileEntityIronBlastFurnace @Override public String[] getDescription() { - return new String[]{"Slowly, Skip the Bronze age, Get some Steel!", + return new String[]{"Sloooowly, Skip the Bronze age, Get some Steel!", "Multiblock: 3x3x5 hollow with opening on top", "40 Iron Plated Bricks required", + "----", + "Even though Iron melts hotter than bronze,", + "this machine is to help players skip looking", + "for tin and copper, which are not as common", + "as Iron is. This machine takes 5x longer than the bronze", + "blast furnace as a result.", + "----", CORE.GT_Tooltip}; } -- cgit