diff options
author | ilou <ilouHD@users.noreply.github.com> | 2018-04-18 17:08:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-18 17:08:10 +0200 |
commit | 0f47796d9b5c8fad9c0660727a49f60358fb00ae (patch) | |
tree | 68fee49d20496e6f61e1190539f26a91797856fb /src/Java/gtPlusPlus/xmod | |
parent | bbc1b38b3d12da80136a71e6aa1989cd54995be1 (diff) | |
download | GT5-Unofficial-0f47796d9b5c8fad9c0660727a49f60358fb00ae.tar.gz GT5-Unofficial-0f47796d9b5c8fad9c0660727a49f60358fb00ae.tar.bz2 GT5-Unofficial-0f47796d9b5c8fad9c0660727a49f60358fb00ae.zip |
Changed described size of Alloy Blast Smelter
Changed size in description of Alloy Blast Smelter from "3x3x4" to "3x4x3" to match size-pattern "WxHxD" ("Width" x "Height" x "Depth")
Diffstat (limited to 'src/Java/gtPlusPlus/xmod')
-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)", |