aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech
diff options
context:
space:
mode:
authorkuba6000 <kuba.123123.6000@gmail.com>2023-10-29 19:51:59 +0100
committerMartin Robertz <dream-master@gmx.net>2023-10-30 08:23:47 +0100
commitf2739ca248534dc423c725918524057f37fec701 (patch)
tree911951b62a5fd4d762ecca38eb6c9ffbc880b583 /src/main/java/gregtech
parentfd8be2fced335ab76b39177c66103079bb049ec3 (diff)
downloadGT5-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.java2
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");