From 5aa4a9a7ef551daae3328b36d34c92f668cd4bfe Mon Sep 17 00:00:00 2001 From: minecraft7771 Date: Fri, 26 Aug 2022 15:12:04 +0200 Subject: Added texture offset to make the object holder take the adv computer casing texture --- .../thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java index 8defa2c64c..39c046e380 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_research.java @@ -90,7 +90,7 @@ public class GT_MetaTileEntity_EM_research extends GT_MetaTileEntity_MultiblockB .addElement('B', ofBlock(sBlockCasingsTT, 2)) .addElement('C', ofBlock(sBlockCasingsTT, 3)) .addElement('D', classicHatches(textureOffset + 1, 1, sBlockCasingsTT, 1)) - .addElement('E', HolderHatchElement.INSTANCE.newAny(3, 2)) + .addElement('E', HolderHatchElement.INSTANCE.newAny(textureOffset + 3, 2)) .build(); // endregion -- cgit