diff options
Diffstat (limited to 'src/Java/miscutil/gregtech/api')
-rw-r--r-- | src/Java/miscutil/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/miscutil/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java b/src/Java/miscutil/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java index 8aa77d75ba..aad32dd093 100644 --- a/src/Java/miscutil/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java +++ b/src/Java/miscutil/gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java @@ -9,7 +9,7 @@ public interface IGregtech_RecipeAdder { * * @param aInput1 = first Input (not null, and respects StackSize) * @param aInputb = second Input (can be null, and respects StackSize) - * @param aOutput1 = Output of the Creosote (not null, and respects StackSize) + * @param aFluidOutput = Output of the Creosote (not null, and respects StackSize) * @param aFluidInput = fluid Input (can be null, and respects StackSize) * @param aOutput = Output of the Coal/coke (can be null, and respects StackSize) * @param aDuration = Duration (must be >= 0) |