aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/tileentities/machines
diff options
context:
space:
mode:
authorBlood-Asp <bloodasphendrik@gmail.com>2016-07-02 22:35:29 +0200
committerBlood-Asp <bloodasphendrik@gmail.com>2016-07-02 22:35:29 +0200
commitca0b8f396e038e58c54f616c969c994ba185cc5c (patch)
tree4fbdce814c722ff94b6663cea9966db04b333c6b /src/main/java/gregtech/common/tileentities/machines
parentc120f6935189306192b31faae6708c1b50e7a067 (diff)
downloadGT5-Unofficial-ca0b8f396e038e58c54f616c969c994ba185cc5c.tar.gz
GT5-Unofficial-ca0b8f396e038e58c54f616c969c994ba185cc5c.tar.bz2
GT5-Unofficial-ca0b8f396e038e58c54f616c969c994ba185cc5c.zip
make GT trigger ic2 achievements
Diffstat (limited to 'src/main/java/gregtech/common/tileentities/machines')
-rw-r--r--src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ProcessingArray.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ProcessingArray.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ProcessingArray.java
index 1ea1711a0c..0217918e65 100644
--- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ProcessingArray.java
+++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ProcessingArray.java
@@ -168,6 +168,15 @@ public class GT_MetaTileEntity_ProcessingArray extends GT_MetaTileEntity_MultiBl
if (mInventory[1].getUnlocalizedName().endsWith("5")) {
tTier = 5;
}
+ if (mInventory[1].getUnlocalizedName().endsWith("6")) {
+ tTier = 6;
+ }
+ if (mInventory[1].getUnlocalizedName().endsWith("7")) {
+ tTier = 7;
+ }
+ if (mInventory[1].getUnlocalizedName().endsWith("8")) {
+ tTier = 8;
+ }
ItemStack[] tInputs = (ItemStack[]) tInputList.toArray(new ItemStack[tInputList.size()]);