aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders/oreprocessing/ProcessingArrows.java
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2023-09-09 23:26:57 +0900
committerGitHub <noreply@github.com>2023-09-09 16:26:57 +0200
commit6fffceea470bcede71582da257270ecfbbed27c6 (patch)
tree9be896efc15232b0610b57f05f39817e470fec95 /src/main/java/gregtech/loaders/oreprocessing/ProcessingArrows.java
parent70ec7c6cb9dcd514c0de5626c7eb0c22aa91cb10 (diff)
downloadGT5-Unofficial-6fffceea470bcede71582da257270ecfbbed27c6.tar.gz
GT5-Unofficial-6fffceea470bcede71582da257270ecfbbed27c6.tar.bz2
GT5-Unofficial-6fffceea470bcede71582da257270ecfbbed27c6.zip
Deprecate GT_RecipeBuilder#noXXXYYY methods (#2284)
* Deprecate GT_RecipeBuilder#noXXXYYY methods * Remove existing references
Diffstat (limited to 'src/main/java/gregtech/loaders/oreprocessing/ProcessingArrows.java')
-rw-r--r--src/main/java/gregtech/loaders/oreprocessing/ProcessingArrows.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/java/gregtech/loaders/oreprocessing/ProcessingArrows.java b/src/main/java/gregtech/loaders/oreprocessing/ProcessingArrows.java
index fddb464724..0b53a771a4 100644
--- a/src/main/java/gregtech/loaders/oreprocessing/ProcessingArrows.java
+++ b/src/main/java/gregtech/loaders/oreprocessing/ProcessingArrows.java
@@ -38,7 +38,6 @@ public class ProcessingArrows implements gregtech.api.interfaces.IOreRecipeRegis
.itemInputs(GT_Utility.copyAmount(1L, aStack))
.itemOutputs(tOutput)
.fluidInputs(Materials.HolyWater.getFluid(25L))
- .noFluidOutputs()
.duration(5 * SECONDS)
.eut(2)
.addTo(sChemicalBathRecipes);
@@ -54,7 +53,6 @@ public class ProcessingArrows implements gregtech.api.interfaces.IOreRecipeRegis
.itemInputs(GT_Utility.copyAmount(1L, aStack))
.itemOutputs(tOutput)
.fluidInputs(Materials.FierySteel.getFluid(25L))
- .noFluidOutputs()
.duration(5 * SECONDS)
.eut(2)
.addTo(sChemicalBathRecipes);
@@ -70,7 +68,6 @@ public class ProcessingArrows implements gregtech.api.interfaces.IOreRecipeRegis
.itemInputs(GT_Utility.copyAmount(1L, aStack))
.itemOutputs(tOutput)
.fluidInputs(Materials.Blaze.getMolten(18L))
- .noFluidOutputs()
.duration(5 * SECONDS)
.eut(2)
.addTo(sChemicalBathRecipes);
@@ -86,7 +83,6 @@ public class ProcessingArrows implements gregtech.api.interfaces.IOreRecipeRegis
.itemInputs(GT_Utility.copyAmount(1L, aStack))
.itemOutputs(tOutput)
.fluidInputs(Materials.Rubber.getMolten(18L))
- .noFluidOutputs()
.duration(5 * SECONDS)
.eut(2)
.addTo(sChemicalBathRecipes);
@@ -103,7 +99,6 @@ public class ProcessingArrows implements gregtech.api.interfaces.IOreRecipeRegis
.itemInputs(GT_Utility.copyAmount(1L, aStack))
.itemOutputs(tOutput)
.fluidInputs(Materials.Mercury.getFluid(25L))
- .noFluidOutputs()
.duration(5 * SECONDS)
.eut(2)
.addTo(sChemicalBathRecipes);