From 6f53a82677d78de64c2297fb3cc357e499dc59e4 Mon Sep 17 00:00:00 2001 From: Jakub <53441451+kuba6000@users.noreply.github.com> Date: Sun, 31 Jul 2022 07:58:45 +0200 Subject: comment (#1153) --- src/main/java/gregtech/common/blocks/GT_Block_Casings8.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/java/gregtech/common') 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 8b91eaf87b..989be62017 100644 --- a/src/main/java/gregtech/common/blocks/GT_Block_Casings8.java +++ b/src/main/java/gregtech/common/blocks/GT_Block_Casings8.java @@ -21,6 +21,10 @@ public class GT_Block_Casings8 extends GT_Block_Casings_Abstract { //WATCH OUT FOR TEXTURE ID's public GT_Block_Casings8() { super(GT_Item_Casings8.class, "gt.blockcasings8", GT_Material_Casings.INSTANCE); + /* + * DO NOT USE INDEX 15 ! + * USED HERE: https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/17 + */ for (int i = 0; i < 10; i = (i + 1)) { Textures.BlockIcons.casingTexturePages[1][i+48] = TextureFactory.of(this, i); } -- cgit