diff options
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/common')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks6.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks6.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks6.java index ffd2589b09..b23e943ba5 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks6.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks6.java @@ -41,8 +41,8 @@ public class GregtechMetaCasingBlocks6 extends GregtechMetaCasingBlocksAbstract TAE.registerTexture(3, 5, new GTPP_CopiedBlockTexture(this, 6, 1)); GT_LanguageManager.addStringLocalization(this.getUnlocalizedName() + ".2.name", "Unnamed"); TAE.registerTexture(3, 6, new GTPP_CopiedBlockTexture(this, 6, 2)); - GregtechItemList.Casing_Fusion_External.set(new ItemStack(this, 1, 0)); - GregtechItemList.Casing_Fusion_Internal.set(new ItemStack(this, 1, 1)); + GregtechItemList.Casing_Fusion_External2.set(new ItemStack(this, 1, 0)); + GregtechItemList.Casing_Fusion_Internal2.set(new ItemStack(this, 1, 1)); } @Override |