diff options
author | kuba6000 <kuba.123123.6000@gmail.com> | 2023-10-29 19:51:59 +0100 |
---|---|---|
committer | Martin Robertz <dream-master@gmx.net> | 2023-10-30 08:23:47 +0100 |
commit | f2739ca248534dc423c725918524057f37fec701 (patch) | |
tree | 911951b62a5fd4d762ecca38eb6c9ffbc880b583 /src/main/java/gregtech | |
parent | fd8be2fced335ab76b39177c66103079bb049ec3 (diff) | |
download | GT5-Unofficial-f2739ca248534dc423c725918524057f37fec701.tar.gz GT5-Unofficial-f2739ca248534dc423c725918524057f37fec701.tar.bz2 GT5-Unofficial-f2739ca248534dc423c725918524057f37fec701.zip |
Update comment
Diffstat (limited to 'src/main/java/gregtech')
-rw-r--r-- | src/main/java/gregtech/common/blocks/GT_Block_Casings8.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/blocks/GT_Block_Casings8.java b/src/main/java/gregtech/common/blocks/GT_Block_Casings8.java index 26830a3b83..fdef0def82 100644 --- a/src/main/java/gregtech/common/blocks/GT_Block_Casings8.java +++ b/src/main/java/gregtech/common/blocks/GT_Block_Casings8.java @@ -26,7 +26,7 @@ public class GT_Block_Casings8 extends GT_Block_Casings_Abstract { public GT_Block_Casings8() { super(GT_Item_Casings8.class, "gt.blockcasings8", GT_Material_Casings.INSTANCE, 15); /* - * DO NOT USE INDEX 15 ! USED HERE: https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/17 + * DO NOT USE INDEX 15 ! USED HERE: https://github.com/GTNewHorizons/KubaTech/pull/101 */ GT_LanguageManager.addStringLocalization(getUnlocalizedName() + ".0.name", "Chemically Inert Machine Casing"); |