aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2019-05-16 19:20:17 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2019-05-16 19:20:17 +1000
commit6956a57313794083599318fe0db22420f6e6b7b9 (patch)
tree5e2e963fa5b3b1c811174353f7712ec5a2d540fb /src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal
parentfe029e05f6f42360f0e355b0702dcb37734f6500 (diff)
downloadGT5-Unofficial-6956a57313794083599318fe0db22420f6e6b7b9.tar.gz
GT5-Unofficial-6956a57313794083599318fe0db22420f6e6b7b9.tar.bz2
GT5-Unofficial-6956a57313794083599318fe0db22420f6e6b7b9.zip
% Improved Selenium processing recipes greatly.
$ Fixed spelling mistake in name of Selenious Acid.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java b/src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java
index ff3ec2d2ab..e4a15d34ea 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java
@@ -252,4 +252,9 @@ public interface IGregtech_RecipeAdder {
* @param aSpecial = EU needed for heating the Reactor up (must be >= 0)
*/
public boolean addFusionReactorRecipe(ItemStack aInputStackA, ItemStack aInputStackB, FluidStack plasma, int aOutputChance, int aFusionDurationInTicks, int aEu, int aSpecial);
+
+
+ boolean addVacuumFurnaceRecipe(ItemStack aInput1, ItemStack aInput2,
+ FluidStack aFluidInput, FluidStack aFluidOutput, ItemStack aOutput1,
+ ItemStack aOutput2, int aDuration, int aEUt, int aLevel);
}