From 22010e06b541a6e048448d54f28525a698f421af Mon Sep 17 00:00:00 2001 From: Jordan Byrne Date: Thu, 8 Feb 2018 17:41:33 +1000 Subject: % Made material recycling use the centrifuge, instead of the electrolyzer. % Updated ABS tooltip to reflect new GUI slot. --- .../machines/multi/GregtechMetaTileEntity_AlloyBlastSmelter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities') diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_AlloyBlastSmelter.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_AlloyBlastSmelter.java index b95548df72..c1316eb49a 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_AlloyBlastSmelter.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_AlloyBlastSmelter.java @@ -52,7 +52,7 @@ extends GregtechMeta_MultiBlockBase { "Controller Block for the Alloy Blast Smelter", //Outputs 144mb fluid for every inputStack.stackSize; Time to use those hot metals. "20% Faster than the Electric Blast Furnace", "Allows Complex GT++ alloys to be created", - "Circuit for recipe goes in the Input Bus", + "Circuit for recipe goes in the Input Bus or GUI slot", "Size: 3x3x4 (Hollow)", "Controller (front middle at bottom)", "16x Blast Smelter Heat Containment Coils (two middle Layers, hollow)", -- cgit