aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-09-10 15:07:06 +1000
committerAlkalus <draknyte1@hotmail.com>2017-09-10 15:07:06 +1000
commit1fc0b5059e6ba410eb3d26632a6828b86160d976 (patch)
tree340caed592591df856d3a0bd1e670f1d00826343 /src
parente17c51c883052066a7c64f6e151640e426cb7606 (diff)
downloadGT5-Unofficial-1fc0b5059e6ba410eb3d26632a6828b86160d976.tar.gz
GT5-Unofficial-1fc0b5059e6ba410eb3d26632a6828b86160d976.tar.bz2
GT5-Unofficial-1fc0b5059e6ba410eb3d26632a6828b86160d976.zip
$ Quick crash fix.
Diffstat (limited to 'src')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_General.java4
-rw-r--r--src/Java/gtPlusPlus/core/util/reflect/AddGregtechRecipe.java4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java
index 71a00ff402..67b9107b28 100644
--- a/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java
+++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_General.java
@@ -141,7 +141,7 @@ public class RECIPES_General {
}
//Alkalus Coin
- AddGregtechRecipe.addAssemblylineRecipe(
+ /*AddGregtechRecipe.addAssemblylineRecipe(
ItemUtils.getSimpleStack(ModItems.itemAlkalusDisk),
288000,
new ItemStack[]{
@@ -160,7 +160,7 @@ public class RECIPES_General {
Materials.Europium.getFluid(144*8)},
ItemUtils.getSimpleStack(Dimension_DarkWorld.portalItem),
30*20*60,
- 100000);
+ 100000);*/
}
diff --git a/src/Java/gtPlusPlus/core/util/reflect/AddGregtechRecipe.java b/src/Java/gtPlusPlus/core/util/reflect/AddGregtechRecipe.java
index 9b6d2aa483..04a59e7f7d 100644
--- a/src/Java/gtPlusPlus/core/util/reflect/AddGregtechRecipe.java
+++ b/src/Java/gtPlusPlus/core/util/reflect/AddGregtechRecipe.java
@@ -78,7 +78,7 @@ public final class AddGregtechRecipe {
FluidStack[] aFluidInputs,
ItemStack aOutput,
int aDuration, int aEUt){
-
+/*
try {
IGT_RecipeAdder IGT_RecipeAdder = GT_Values.RA;
if (IGT_RecipeAdder != null){
@@ -125,7 +125,7 @@ public final class AddGregtechRecipe {
return false;
}
Utils.LOG_INFO("[Assembly Line] - Failed to add recipe. Research: "+aResearchItem.getDisplayName()+" | Result: "+aOutput.getDisplayName());
- return false;
+ */return false;
}
public static boolean addCircuitAssemblerRecipe(