From 588e58a0c4b44b0b3a3ea9eddca404689db7419c Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Tue, 9 Jan 2018 20:15:28 +0100 Subject: Add Tooltip for BBF Change Brick compression time for BBF --- .../machines/multi/GT_MetaTileEntity_BrickedBlastFurnace.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/gregtech/common') 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", -- cgit