aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-03-28 21:54:34 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-03-28 21:54:34 +1000
commit634ba57d8239096e36ef23d62c52763e442c2375 (patch)
treeb927b6ec21d475ca6e8ce01696955617eae35ca7 /src/Java/gtPlusPlus/core/recipe
parentdfabbe2c18c26725cb03b01746868f087e022732 (diff)
downloadGT5-Unofficial-634ba57d8239096e36ef23d62c52763e442c2375.tar.gz
GT5-Unofficial-634ba57d8239096e36ef23d62c52763e442c2375.tar.bz2
GT5-Unofficial-634ba57d8239096e36ef23d62c52763e442c2375.zip
$ Rewrote handling for the ABS to dynamically generate all recipes based on all pre-existing EBF recipes.
$ Rewrote ABS recipe handler to support temps within the recipes. This will allow coil upgrades like the EBF for higher tier smelting. $ Fix Polonium Material trying to access ELEMENT.java instance before it's created. + Added ItemStackData.java, which allows storing ItemStacks for easy retrieval.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
index 86d288ad65..56cf563e79 100644
--- a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
+++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
@@ -91,7 +91,7 @@ public class RECIPES_GREGTECH {
private static void blastSmelterRecipes() {
- // Black Bronze
+ /*// Black Bronze
CORE.RA.addBlastSmelterRecipe(
new ItemStack[] { ItemUtils.getGregtechCircuit(13),
ItemUtils.getItemStackOfAmountFromOreDict("dustGold", 1),
@@ -311,7 +311,7 @@ public class RECIPES_GREGTECH {
FluidUtils.getFluidStack("molten.vibrantalloy", 144), 0,
MathUtils.findPercentageOfInt(16 * 20, 80), 480);
}
- }
+ }*/
}
private static void fluidcannerRecipes() {