aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech/api/interfaces
diff options
context:
space:
mode:
authorboubou19 <miisterunknown@gmail.com>2022-10-01 01:52:20 +0200
committerGitHub <noreply@github.com>2022-10-01 00:52:20 +0100
commitbfd1c22c0ecec926e199dd6adc0f63cf331bd807 (patch)
treeb4ee89dca36895b088a6af202524ed7adbb30111 /src/main/java/gtPlusPlus/xmod/gregtech/api/interfaces
parent708c09115c324d37083bca5ef58a90cf4d6a7c12 (diff)
downloadGT5-Unofficial-bfd1c22c0ecec926e199dd6adc0f63cf331bd807.tar.gz
GT5-Unofficial-bfd1c22c0ecec926e199dd6adc0f63cf331bd807.tar.bz2
GT5-Unofficial-bfd1c22c0ecec926e199dd6adc0f63cf331bd807.zip
Buffs (#382)
* buffed thallium * swapped iron for zinc in thallium recipe * botmium recipe time 480s -> 120s * spotlessApply * fix recipe mistakes
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/api/interfaces')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java11
1 files changed, 11 insertions, 0 deletions
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)
*