aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/GT_Proxy.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/common/GT_Proxy.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/common/GT_Proxy.java')
-rw-r--r--src/main/java/gregtech/common/GT_Proxy.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/java/gregtech/common/GT_Proxy.java b/src/main/java/gregtech/common/GT_Proxy.java
index 4c8c4bd922..e92d9ffae9 100644
--- a/src/main/java/gregtech/common/GT_Proxy.java
+++ b/src/main/java/gregtech/common/GT_Proxy.java
@@ -1990,16 +1990,12 @@ public abstract class GT_Proxy implements IGT_Mod, IGuiHandler, IFuelHandler, IG
GT_Values.RA.stdBuilder()
.itemInputs(GT_ModHandler.getIC2Item("copperCableItem", 3L))
.itemOutputs(new ItemStack(aEvent.Ore.getItem(), 1, 8))
- .noFluidInputs()
- .noFluidOutputs()
.duration(20 * SECONDS)
.eut(1)
.addTo(sWiremillRecipes);
GT_Values.RA.stdBuilder()
.itemInputs(GT_ModHandler.getIC2Item("ironCableItem", 6L))
.itemOutputs(new ItemStack(aEvent.Ore.getItem(), 1, 9))
- .noFluidInputs()
- .noFluidOutputs()
.duration(20 * SECONDS)
.eut(2)
.addTo(sWiremillRecipes);