diff options
author | Alkalus <draknyte1@hotmail.com> | 2018-04-19 13:48:13 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-19 13:48:13 +1000 |
commit | 574dac7d6801774cda1c30325972cfd3bebfc883 (patch) | |
tree | 68fee49d20496e6f61e1190539f26a91797856fb /src/Java/gtPlusPlus | |
parent | bbc1b38b3d12da80136a71e6aa1989cd54995be1 (diff) | |
parent | 0f47796d9b5c8fad9c0660727a49f60358fb00ae (diff) | |
download | GT5-Unofficial-574dac7d6801774cda1c30325972cfd3bebfc883.tar.gz GT5-Unofficial-574dac7d6801774cda1c30325972cfd3bebfc883.tar.bz2 GT5-Unofficial-574dac7d6801774cda1c30325972cfd3bebfc883.zip |
Merge pull request #258 from ilouHD/patch-1
Changed tooltip of Alloy Blast Smelter to better describe size.
Diffstat (limited to 'src/Java/gtPlusPlus')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_AlloyBlastSmelter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_AlloyBlastSmelter.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_AlloyBlastSmelter.java index f6b82d4c27..098529818e 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_AlloyBlastSmelter.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_AlloyBlastSmelter.java @@ -55,7 +55,7 @@ extends GregtechMeta_MultiBlockBase { "20% Faster than the Electric Blast Furnace", "Allows Complex GT++ alloys to be created", "Circuit for recipe goes in the Input Bus or GUI slot", - "Size: 3x3x4 (Hollow)", + "Size: 3x4x3 (Hollow)", "Controller (front middle at bottom)", "16x Blast Smelter Heat Containment Coils (two middle Layers, hollow)", "1x Input bus (one of bottom)", |