From bfd1c22c0ecec926e199dd6adc0f63cf331bd807 Mon Sep 17 00:00:00 2001 From: boubou19 Date: Sat, 1 Oct 2022 01:52:20 +0200 Subject: Buffs (#382) * buffed thallium * swapped iron for zinc in thallium recipe * botmium recipe time 480s -> 120s * spotlessApply * fix recipe mistakes --- .../api/interfaces/internal/IGregtech_RecipeAdder.java | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/api/interfaces/internal') diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java b/src/main/java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java index 530d7aa86c..de736dca7b 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java @@ -167,6 +167,17 @@ public interface IGregtech_RecipeAdder { int aEUt, int aSpecialValue); + public boolean addBlastSmelterRecipe( + ItemStack[] aInput, + FluidStack aInputFluid, + FluidStack aOutput, + ItemStack[] aOutputStack, + int[] aChance, + int aDuration, + int aEUt, + int aSpecialValue, + boolean aOptimizeRecipe); + /** * Adds a Recipe for the LFTRr. (up to 9 Inputs) * -- cgit