diff options
author | Jordan Byrne <draknyte1@hotmail.com> | 2018-02-08 17:41:33 +1000 |
---|---|---|
committer | Jordan Byrne <draknyte1@hotmail.com> | 2018-02-08 17:41:33 +1000 |
commit | 22010e06b541a6e048448d54f28525a698f421af (patch) | |
tree | 250819ceed032b92b10bedd4eadecd75ec4303b5 /src/Java/gtPlusPlus/xmod/gregtech/common/tileentities | |
parent | 1d1c8819f1744edcc53d3f28437a0f5011732889 (diff) | |
download | GT5-Unofficial-22010e06b541a6e048448d54f28525a698f421af.tar.gz GT5-Unofficial-22010e06b541a6e048448d54f28525a698f421af.tar.bz2 GT5-Unofficial-22010e06b541a6e048448d54f28525a698f421af.zip |
% Made material recycling use the centrifuge, instead of the electrolyzer.
% Updated ABS tooltip to reflect new GUI slot.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_AlloyBlastSmelter.java | 2 |
1 files changed, 1 insertions, 1 deletions
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)", |