aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntityGeneratorArray.java10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntityGeneratorArray.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntityGeneratorArray.java
index a166be4efc..6428d1a3fc 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntityGeneratorArray.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntityGeneratorArray.java
@@ -237,11 +237,12 @@ public class GregtechMetaTileEntityGeneratorArray extends GregtechMeta_MultiBloc
}
return MODE_NONE;
}
-
+
@Override
public boolean checkRecipe(ItemStack aStack) {
-
- this.resetRecipeMapForAllInputHatches();
+ return false;
+
+/** this.resetRecipeMapForAllInputHatches();
this.mMode = getModeFromInventorySlot(aStack);
if (mMode == MODE_NONE) {
Logger.INFO("Did not find valid generator.");
@@ -291,7 +292,7 @@ public class GregtechMetaTileEntityGeneratorArray extends GregtechMeta_MultiBloc
Logger.INFO("No Lube.");
return false;
}*/
-
+/**
if (this.mRuntime % 72 == 0 || this.mRuntime == 0) {
this.depleteInput(Materials.Lubricant.getFluid(this.boostEu ? 2L : 1L));
}
@@ -317,6 +318,7 @@ public class GregtechMetaTileEntityGeneratorArray extends GregtechMeta_MultiBloc
this.mEUt = 0;
this.mEfficiency = 0;
return false;
+ **/
}
public static ItemStack[] clean(final ItemStack[] v) {