aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/common
diff options
context:
space:
mode:
authorkekzdealer <kekzdealer@gmail.com>2020-05-11 12:37:42 +0200
committerkekzdealer <kekzdealer@gmail.com>2020-05-11 12:37:42 +0200
commitd7ce34b1636b5ceb84a59545a415a2229e179de0 (patch)
treebe5ddbca7792ac1d755a1343458cfdd8b905fe5c /src/main/java/common
parent3722f161ec0417e22e0acf22c0c068f2bc49bc00 (diff)
downloadGT5-Unofficial-d7ce34b1636b5ceb84a59545a415a2229e179de0.tar.gz
GT5-Unofficial-d7ce34b1636b5ceb84a59545a415a2229e179de0.tar.bz2
GT5-Unofficial-d7ce34b1636b5ceb84a59545a415a2229e179de0.zip
preparing a build to test jar stuff
Diffstat (limited to 'src/main/java/common')
-rw-r--r--src/main/java/common/Recipes.java10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/main/java/common/Recipes.java b/src/main/java/common/Recipes.java
index 1d2fb6058c..dbb8807ab7 100644
--- a/src/main/java/common/Recipes.java
+++ b/src/main/java/common/Recipes.java
@@ -450,7 +450,7 @@ public class Recipes {
"LPL", "CBC", "LPL",
'L', filledLapoCrystal,
'P', ItemList.Circuit_Chip_PIC.get(1L),
- 'C', OrePrefixes.circuit.get(Materials.Master)
+ 'C', OrePrefixes.circuit.get(Materials.Master),
'B', new ItemStack(Blocks.lscLapotronicEnergyUnit, 1, 0),
};
GT_ModHandler.addCraftingRecipe(KekzCore.lsc.getStackForm(1), lsc_recipe);
@@ -467,7 +467,7 @@ public class Recipes {
} else if(GT_Utility.areStacksEqual(ar.mOutput, ItemList.Energy_Cluster.get(1L))) {
// UV Lapo Orb
lapoCapacitorRecipeAdder(ar, Materials.Neutronium, new ItemStack(Blocks.lscLapotronicEnergyUnit, 1, 4));
- } else if(GT_Utility.areStacksEqual(ar.mOutput, ItemList.get(1L))) {
+ } /*else if(GT_Utility.areStacksEqual(ar.mOutput, ItemList.get(1L))) {
// Ultimate Battery
// TODO change material to Cosmic Neutronium
lapoCapacitorRecipeAdder(ar, Materials.Neutronium, new ItemStack(Blocks.lscLapotronicEnergyUnit, 1, 5));
@@ -475,7 +475,7 @@ public class Recipes {
// Really Ultimate Battery
// TODO change material to Infinity
lapoCapacitorRecipeAdder(ar, Materials.Neutronium, new ItemStack(Blocks.lscLapotronicEnergyUnit, 1, 6));
- }
+ }*/
}
// Blocks
@@ -486,10 +486,6 @@ public class Recipes {
'O', ItemList.Energy_LapotronicOrb.get(1L)
};
GT_ModHandler.addCraftingRecipe(new ItemStack(Blocks.lscLapotronicEnergyUnit, 1, 1), lcIV_recipe);
- // Make sure the recipe doesn't exceed 16 slots
- if(lcLuV_recipeBase.size() <= 14)
-
- GT_Values.RA.addAssemblylineRecipe();
}
}