diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-05 00:20:49 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-05 00:20:49 +1000 |
commit | f04f97e1309dccfdf442ddf7a64a00aeed8e9628 (patch) | |
tree | 79667452121e4053b6b87dea84ee0ce6243c7c18 | |
parent | 6a4ad84be99da0171540548f396ed3b44eab2806 (diff) | |
download | GT5-Unofficial-f04f97e1309dccfdf442ddf7a64a00aeed8e9628.tar.gz GT5-Unofficial-f04f97e1309dccfdf442ddf7a64a00aeed8e9628.tar.bz2 GT5-Unofficial-f04f97e1309dccfdf442ddf7a64a00aeed8e9628.zip |
$ Fixes #12, tool-tip should be a bit more descriptive.
-rw-r--r-- | src/Java/miscutil/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntityIronBlastFurnace.java | 9 |
1 files changed, 8 insertions, 1 deletions
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}; } |