diff options
author | GDCloud <93287602+GDCloudstrike@users.noreply.github.com> | 2023-04-12 17:24:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 17:24:00 +0200 |
commit | 022228d56ae4e8c3016bfbb93c6422ab04943e05 (patch) | |
tree | dbd04f691d12a16d138a08545e8ce209f0f9cbb6 /src/main/java | |
parent | d1cc961cc09df08ad6a4e86284b6c4141b6b834c (diff) | |
download | GT5-Unofficial-022228d56ae4e8c3016bfbb93c6422ab04943e05.tar.gz GT5-Unofficial-022228d56ae4e8c3016bfbb93c6422ab04943e05.tar.bz2 GT5-Unofficial-022228d56ae4e8c3016bfbb93c6422ab04943e05.zip |
fix internal name (#602)
Diffstat (limited to 'src/main/java')
-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 |