From 022228d56ae4e8c3016bfbb93c6422ab04943e05 Mon Sep 17 00:00:00 2001 From: GDCloud <93287602+GDCloudstrike@users.noreply.github.com> Date: Wed, 12 Apr 2023 17:24:00 +0200 Subject: fix internal name (#602) --- .../xmod/gregtech/common/blocks/GregtechMetaCasingBlocks6.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit