From 12ced6d3ea25823190453b4db9b7b905cc759a69 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Mon, 23 May 2016 08:42:20 +1000 Subject: Fixed Casing Block creative tab registration. Swapped textures. Removing uptime from the next commit forward. (Think it causes weird issues, due to bad code merging) --- .../gregtech/api/interfaces/internal/IGregtech_RecipeAdder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/miscutil/gregtech/api/interfaces/internal') 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) -- cgit