aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe
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/Java/gtPlusPlus/core/recipe
parente17c51c883052066a7c64f6e151640e426cb7606 (diff)
downloadGT5-Unofficial-1fc0b5059e6ba410eb3d26632a6828b86160d976.tar.gz
GT5-Unofficial-1fc0b5059e6ba410eb3d26632a6828b86160d976.tar.bz2
GT5-Unofficial-1fc0b5059e6ba410eb3d26632a6828b86160d976.zip
$ Quick crash fix.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_General.java4
1 files changed, 2 insertions, 2 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);*/
}