From 0f47796d9b5c8fad9c0660727a49f60358fb00ae Mon Sep 17 00:00:00 2001 From: ilou Date: Wed, 18 Apr 2018 17:08:10 +0200 Subject: 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") --- .../multi/production/GregtechMetaTileEntity_AlloyBlastSmelter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)", -- cgit