aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>2023-01-23 02:31:54 +0000
committerGTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>2023-01-23 02:31:54 +0000
commitd0368a0bd53f3b916e420d0a7f129c9a3daf55d3 (patch)
tree49f57cfd7975c967335fd78dde446de339be513a /src
parent969f0dfb62d070a6619081f0fdbd26ce9fec7ab8 (diff)
downloadGT5-Unofficial-d0368a0bd53f3b916e420d0a7f129c9a3daf55d3.tar.gz
GT5-Unofficial-d0368a0bd53f3b916e420d0a7f129c9a3daf55d3.tar.bz2
GT5-Unofficial-d0368a0bd53f3b916e420d0a7f129c9a3daf55d3.zip
Adjust multi
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java
index 4dfc0d3e42..cc86aee26c 100644
--- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java
+++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/multi/GT_MetaTileEntity_EM_EyeOfHarmony.java
@@ -1679,13 +1679,13 @@ public class GT_MetaTileEntity_EM_EyeOfHarmony extends GT_MetaTileEntity_Multibl
updateSlots();
- createRenderBlock();
+ createRenderBlock(currentRecipe);
recipeRunning = true;
return true;
}
- private void createRenderBlock() {
+ private void createRenderBlock(final EyeOfHarmonyRecipe currentRecipe) {
IGregTechTileEntity gregTechTileEntity = this.getBaseMetaTileEntity();