diff options
author | Dream-Master <dream-master@gmx.net> | 2018-01-09 20:15:28 +0100 |
---|---|---|
committer | Dream-Master <dream-master@gmx.net> | 2018-01-09 20:15:28 +0100 |
commit | 588e58a0c4b44b0b3a3ea9eddca404689db7419c (patch) | |
tree | 1dab9b4c8d40f0b7720b9d896b2b2283ef74196c /src/main/java/gregtech/common | |
parent | d697dc44d0841428d10d3922eff56a66b65c969d (diff) | |
download | GT5-Unofficial-588e58a0c4b44b0b3a3ea9eddca404689db7419c.tar.gz GT5-Unofficial-588e58a0c4b44b0b3a3ea9eddca404689db7419c.tar.bz2 GT5-Unofficial-588e58a0c4b44b0b3a3ea9eddca404689db7419c.zip |
Add Tooltip for BBF
Change Brick compression time for BBF
Diffstat (limited to 'src/main/java/gregtech/common')
-rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_BrickedBlastFurnace.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_BrickedBlastFurnace.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_BrickedBlastFurnace.java index 8c369c5254..ae903930a0 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_BrickedBlastFurnace.java +++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_BrickedBlastFurnace.java @@ -28,6 +28,7 @@ public class GT_MetaTileEntity_BrickedBlastFurnace extends GT_MetaTileEntity_Pri public String[] getDescription() { return new String[]{ "Controller Block for the Bricked Blast Furnace", + "Controller has to be placed in the Center of the second layer", "Useable for Steel and general Pyrometallurgy", "Size(WxHxD): 3x4x3 (Hollow, with opening on top)", "Built from 32 Fired Brick Blocks", |