aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders/postload/recipes/SifterRecipes.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/postload/recipes/SifterRecipes.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/postload/recipes/SifterRecipes.java')
-rw-r--r--src/main/java/gregtech/loaders/postload/recipes/SifterRecipes.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/java/gregtech/loaders/postload/recipes/SifterRecipes.java b/src/main/java/gregtech/loaders/postload/recipes/SifterRecipes.java
index 93568ce733..183583763f 100644
--- a/src/main/java/gregtech/loaders/postload/recipes/SifterRecipes.java
+++ b/src/main/java/gregtech/loaders/postload/recipes/SifterRecipes.java
@@ -26,8 +26,6 @@ public class SifterRecipes implements Runnable {
new ItemStack(Items.flint, 1, 0),
new ItemStack(Items.flint, 1, 0))
.outputChances(10000, 9000, 8000, 6000, 3300, 2500)
- .noFluidInputs()
- .noFluidOutputs()
.duration(30 * SECONDS)
.eut(16)
.addTo(sSifterRecipes);
@@ -42,8 +40,6 @@ public class SifterRecipes implements Runnable {
new ItemStack(Items.coal, 1, 0),
GT_OreDictUnificator.get(OrePrefixes.dust, Materials.Coal, 1L))
.outputChances(10000, 9000, 8000, 7000, 6000, 5000)
- .noFluidInputs()
- .noFluidOutputs()
.duration(30 * SECONDS)
.eut(16)
.addTo(sSifterRecipes);