aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/interfaces/internal/IGT_RecipeAdder.java
diff options
context:
space:
mode:
authorPrometheus0000 <prometheus0000000@gmail.com>2021-05-08 18:09:58 -0400
committerPrometheus0000 <prometheus0000000@gmail.com>2021-05-08 18:09:58 -0400
commit9cc17f6a73d4e6c3ae0c812201f526b83ba1a547 (patch)
treeca296ebc6e697628a58b504c5c0abca5454f3e51 /src/main/java/gregtech/api/interfaces/internal/IGT_RecipeAdder.java
parent8c7fd14605adf4260f27471cd18a8524abf6dda5 (diff)
downloadGT5-Unofficial-9cc17f6a73d4e6c3ae0c812201f526b83ba1a547.tar.gz
GT5-Unofficial-9cc17f6a73d4e6c3ae0c812201f526b83ba1a547.tar.bz2
GT5-Unofficial-9cc17f6a73d4e6c3ae0c812201f526b83ba1a547.zip
Also fix assembler one while at it
Diffstat (limited to 'src/main/java/gregtech/api/interfaces/internal/IGT_RecipeAdder.java')
-rw-r--r--src/main/java/gregtech/api/interfaces/internal/IGT_RecipeAdder.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main/java/gregtech/api/interfaces/internal/IGT_RecipeAdder.java b/src/main/java/gregtech/api/interfaces/internal/IGT_RecipeAdder.java
index 9ebe40bd79..e09c192bfa 100644
--- a/src/main/java/gregtech/api/interfaces/internal/IGT_RecipeAdder.java
+++ b/src/main/java/gregtech/api/interfaces/internal/IGT_RecipeAdder.java
@@ -275,13 +275,13 @@ public interface IGT_RecipeAdder {
boolean addAssemblerRecipe(ItemStack aInput1, ItemStack aInput2, ItemStack aOutput1, int aDuration, int aEUt);
/**
- * + * Adds an Assembler Recipe
- * + *
- * + * @param aInputs must be != null
- * + * @param aOutput1 must be != null
- * + * @param aDuration must be > 0
- * + * @param aEUt should be > 0
- * +
+ * Adds an Assembler Recipe
+ *
+ * @param aInputs must be != null
+ * @param aOutput1 must be != null
+ * @param aDuration must be > 0
+ * @param aEUt should be > 0
+ *
*/
boolean addAssemblerRecipe(ItemStack[] aInputs, FluidStack aFluidInput, ItemStack aOutput1, int aDuration, int aEUt);