aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/blocks
diff options
context:
space:
mode:
authorJakub <53441451+kuba6000@users.noreply.github.com>2022-07-31 07:58:45 +0200
committerGitHub <noreply@github.com>2022-07-31 12:58:45 +0700
commit6f53a82677d78de64c2297fb3cc357e499dc59e4 (patch)
tree3d59afaf6273e5a902903b084589894b58cc620d /src/main/java/gregtech/common/blocks
parent65aa1aa200a4d60cb2e3d0ee5a6499e38cb90f9d (diff)
downloadGT5-Unofficial-6f53a82677d78de64c2297fb3cc357e499dc59e4.tar.gz
GT5-Unofficial-6f53a82677d78de64c2297fb3cc357e499dc59e4.tar.bz2
GT5-Unofficial-6f53a82677d78de64c2297fb3cc357e499dc59e4.zip
comment (#1153)
Diffstat (limited to 'src/main/java/gregtech/common/blocks')
-rw-r--r--src/main/java/gregtech/common/blocks/GT_Block_Casings8.java4
1 files changed, 4 insertions, 0 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 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);
}